From f0c87c54659db0e9a88908db8786d7419fafa86b Mon Sep 17 00:00:00 2001 From: "pmoody@google.com" Date: Mon, 26 Jan 2009 19:19:41 +0000 Subject: Edited wiki page through web user interface. git-svn-id: https://ipaddr-py.googlecode.com/svn@54 09200d28-7f98-11dd-ad27-0f66e57d2035 --- wiki/ReleaseNotes.wiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'wiki/ReleaseNotes.wiki') diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki index 48b7864..81cb13c 100644 --- a/wiki/ReleaseNotes.wiki +++ b/wiki/ReleaseNotes.wiki @@ -5,6 +5,9 @@ Here are the visible changes for each release. == 1.0.2 == + * r52 Force the return value in testHexRepresentation to uppercase to workaround Python version. (smart) + * r51 Fix testHexRepresentation(). Hex representations of longs are uppercase. (smart) + * r50 Remove trailing whitespace and update docstrings. (smart) * r44. this makes the spacing and docstrings pep8 compliant. (pmoody) * r43. When processing the IPv4 mapped address 16 bits at a time, the components are stored in the reverse order. Updated the test to use a non-symmetric IPv4 address, which exhibited the bug. (smart) * r40. implment __int__ and __hex__. will need to be updated for py3k (to use __index__) (pmoody) @@ -14,4 +17,4 @@ Here are the visible changes for each release. == 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 -- cgit v1.2.1