[Python-checkins] cpython (merge 3.3 -> default): Merge #18805 NEWS fix from 3.3

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


http://hg.python.org/cpython/rev/e0b1c937e57c
changeset:   89046:e0b1c937e57c
parent:      89044:90dfb26869a7
parent:      89045:19ca11099f07
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat Feb 08 23:40:23 2014 +1000
summary:
  Merge #18805 NEWS fix from 3.3

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
@@ -28,7 +28,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 #20481: For at least Python 3.4, the statistics module will require
   that all inputs for a single operation be of a single consistent type, or

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


More information about the Python-checkins mailing list