summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-06-01 03:30:16 +0000
committerpmoody@google.com <pmoody@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2010-06-01 03:30:16 +0000
commit899da1f64462ff22b9f1387dfd9dd58edda1e8eb (patch)
treea056a3d9c3ef71859b49b1ba4bb13a6cef6f8e2b
parentcb9f00a24c3370f5e183d8e08a609126648db42d (diff)
downloadipaddr-py-899da1f64462ff22b9f1387dfd9dd58edda1e8eb.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@170 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/ReleaseNotes.wiki8
1 files changed, 3 insertions, 5 deletions
diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki
index 43d9f45..df02fc5 100644
--- a/wiki/ReleaseNotes.wiki
+++ b/wiki/ReleaseNotes.wiki
@@ -12,12 +12,10 @@ ipaddr=2.1.2 release notes.
* Happy Memorial day.
* arithmetic for v4 and v6 address objects and ints (issue 57).
- * fix address_exclude issue where excluding an address from itself
- puked.
+ * fix address_exclude issue where excluding an address from itself puked.
* make sure addresses and networks don't compare.
* doc-string fixes (issue60)
- * and masked() method to _BaseNet to return a network object with the
- host bits masked out (issue58)
+ * and masked() method to _BaseNet to return a network object with the host bits masked out (issue58)
* fix v6 subnet representation (email to ipaddr-py-dev)
@@ -224,4 +222,4 @@ Special thanks to Philipp Hagemeister for making most of the improvements to thi
== 1.0.1 ==
* str() now produces lowercase for IPv6 addresses, to match inet_pton(3). (http://codereview.appspot.com/7678)
- * repr() now produces strings that can be pasted back into the interpreter.
+ * repr() now produces strings that can be pasted back into the interpreter. \ No newline at end of file