diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-08 13:17:36 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-08 13:17:36 (GMT) |
commit | 932346f5722c59d0a90b57a4f432c1905a0e4049 (patch) | |
tree | 2c622ed6229e71499e1c17394961d092a86b38f2 /Misc | |
parent | 578c6777aad7a9c3d7ffe6b8726d8c3779cccbeb (diff) | |
download | cpython-932346f5722c59d0a90b57a4f432c1905a0e4049.zip cpython-932346f5722c59d0a90b57a4f432c1905a0e4049.tar.gz cpython-932346f5722c59d0a90b57a4f432c1905a0e4049.tar.bz2 |
Issue #18805: better netmask validation in ipaddress
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ Core and Builtins Library ------- +- Issue #18805: the netmask/hostmask parsing in ipaddress now more reliably + filters out illegal values + - Issue #17369: get_filename was raising an exception if the filename parameter's RFC2231 encoding was broken in certain ways. This was a regression relative to python2. |