diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-08 23:39:54 +1000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-08 23:39:54 +1000 |
commit | 98585b6c0442b1f186129aa1cf5db27dde74f829 (patch) | |
tree | c1e2314225e4843fba058fd095fd313d0c6dde6d | |
parent | 932346f5722c59d0a90b57a4f432c1905a0e4049 (diff) | |
download | cpython-git-98585b6c0442b1f186129aa1cf5db27dde74f829.tar.gz |
Fix #18805 NEWS entry
-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 |