diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-08 13:39:54 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-08 13:39:54 (GMT) |
commit | 98585b6c0442b1f186129aa1cf5db27dde74f829 (patch) | |
tree | c1e2314225e4843fba058fd095fd313d0c6dde6d /Misc | |
parent | 932346f5722c59d0a90b57a4f432c1905a0e4049 (diff) | |
download | cpython-98585b6c0442b1f186129aa1cf5db27dde74f829.zip cpython-98585b6c0442b1f186129aa1cf5db27dde74f829.tar.gz cpython-98585b6c0442b1f186129aa1cf5db27dde74f829.tar.bz2 |
Fix #18805 NEWS entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |