]> granicus.if.org Git - python/commitdiff
Fix #18805 NEWS entry
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Feb 2014 13:39:54 +0000 (23:39 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 8 Feb 2014 13:39:54 +0000 (23:39 +1000)
Misc/NEWS

index 4df6c23682fc18cd81191e6bff07789276e50e8c..f3f94bfb836ab42869815ed6d24ef4fcf255c037 100644 (file)
--- 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