summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-02-08 13:40:23 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-02-08 13:40:23 (GMT)
commitf45e3e34b252bf878827ff1c288e1ea31a499054 (patch)
treed748e3f836bc2e1db840887f044734ac2b083771
parentaad0ea0b598e30cdef66b7c7fd3c605044c30557 (diff)
parent98585b6c0442b1f186129aa1cf5db27dde74f829 (diff)
downloadcpython-f45e3e34b252bf878827ff1c288e1ea31a499054.zip
cpython-f45e3e34b252bf878827ff1c288e1ea31a499054.tar.gz
cpython-f45e3e34b252bf878827ff1c288e1ea31a499054.tar.bz2
Merge #18805 NEWS fix from 3.3
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92d668c..10ebee2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,7 +28,7 @@ Library
-------
- 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