summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-02-08 13:17:36 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-02-08 13:17:36 (GMT)
commit932346f5722c59d0a90b57a4f432c1905a0e4049 (patch)
tree2c622ed6229e71499e1c17394961d092a86b38f2 /Misc
parent578c6777aad7a9c3d7ffe6b8726d8c3779cccbeb (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index adce2c1..4df6c23 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.