From: Nick Coghlan Date: Sat, 8 Feb 2014 13:39:54 +0000 (+1000) Subject: Fix #18805 NEWS entry X-Git-Tag: v3.4.0rc1~38^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98585b6c0442b1f186129aa1cf5db27dde74f829;p=python Fix #18805 NEWS entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 4df6c23682..f3f94bfb83 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