[Python-checkins] cpython (3.3): Fix #18805 NEWS entry

nick.coghlan python-checkins at python.org
Sat Feb 8 14:40:38 CET 2014


http://hg.python.org/cpython/rev/19ca11099f07
changeset:   89045:19ca11099f07
branch:      3.3
parent:      89043:ca5ea7c24370
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Feb 08 23:39:54 2014 +1000
summary:
  Fix #18805 NEWS entry

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,7 +49,7 @@
 -------
 
 - Issue #18805: the netmask/hostmask parsing in ipaddress now more reliably
-  filters out illegal values
+  filters out illegal values and correctly allows any valid prefix length.
 
 - Issue #17369: get_filename was raising an exception if the filename
   parameter's RFC2231 encoding was broken in certain ways.  This was

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list