summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-02-08 13:39:54 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-02-08 13:39:54 (GMT)
commit98585b6c0442b1f186129aa1cf5db27dde74f829 (patch)
treec1e2314225e4843fba058fd095fd313d0c6dde6d
parent932346f5722c59d0a90b57a4f432c1905a0e4049 (diff)
downloadcpython-98585b6c0442b1f186129aa1cf5db27dde74f829.zip
cpython-98585b6c0442b1f186129aa1cf5db27dde74f829.tar.gz
cpython-98585b6c0442b1f186129aa1cf5db27dde74f829.tar.bz2
Fix #18805 NEWS entry
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4df6c23..f3f94bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,7 +49,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 #17369: get_filename was raising an exception if the filename
parameter's RFC2231 encoding was broken in certain ways. This was