summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-02-22 22:53:30 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-02-22 22:53:30 +0000
commitcc0e63cf2d1425c13dc312d031d273afa7d3d775 (patch)
tree2153a79f4da49efa374219c198ec2f8efbfbcf23
parent6517a9f785e8a26f4ada11ecf32deea1c04f709d (diff)
downloadipaddr-py-cc0e63cf2d1425c13dc312d031d273afa7d3d775.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@150 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/UpgradingTo2x.wiki10
1 files changed, 4 insertions, 6 deletions
diff --git a/wiki/UpgradingTo2x.wiki b/wiki/UpgradingTo2x.wiki
index d2f8b55..ae9ebb1 100644
--- a/wiki/UpgradingTo2x.wiki
+++ b/wiki/UpgradingTo2x.wiki
@@ -58,14 +58,12 @@ The network and address methods between the various IP versions are identical, s
ipaddr 1.x relied mostly on the monolithic IP(string) constructor. This would return either a IPv4 or IPv6 object. There are now two main constructors, {{{ IPAddress(address_string) }}} and {{{ IPNetwork(address_string) }}}. These constructors try to determine the type, either v4 or v6, of string or int and then return an appropriately-typed object.
-
+*more to come*
=== Accessors ===
-=== Exceptions ===
+*more to come*
+=== Exceptions ===
-Add your content here. Format your content with:
- * Text in *bold* or _italic_
- * Headings, paragraphs, and lists
- * Automatic links to other wiki pages \ No newline at end of file
+*more to come* \ No newline at end of file