summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-12-17 06:45:44 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2009-12-17 06:45:44 +0000
commit0a0e461c9291e3f563a58af23d2e19a9e3d82d89 (patch)
tree8a9aa2fc7665f866b7f2b63c462293afb76d2ed3
parentab5bfaf1c670eeddeffd3bba33e2fa06a7cb14ef (diff)
downloadipaddr-py-0a0e461c9291e3f563a58af23d2e19a9e3d82d89.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@130 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/ExampleUsage.wiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiki/ExampleUsage.wiki b/wiki/ExampleUsage.wiki
index 60be1e3..3a978ac 100644
--- a/wiki/ExampleUsage.wiki
+++ b/wiki/ExampleUsage.wiki
@@ -1,4 +1,5 @@
-Examples of the functionality of the ipaddr library.
+
+Examples of the functionality of the 1.x version of the ipaddr library. Documentation for the current version (2.x) will be coming shortly.
A lot of the functionality of the IPv4 class is derived from the BaseIP class. The same is true for the IPv6 class. that means that all of the functionality you see here is exactly the same when dealing with IPv6 addresses.