summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-05-15 18:18:41 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-05-15 18:18:41 (GMT)
commit45aba189c6293deda04a1776aa95207435f959c6 (patch)
tree0ac4f325d1cf91eb3cd3940671acf06ef8b043d1 /Misc
parent88d8fb6af603176b6e55766da067f84115e35406 (diff)
downloadcpython-45aba189c6293deda04a1776aa95207435f959c6.zip
cpython-45aba189c6293deda04a1776aa95207435f959c6.tar.gz
cpython-45aba189c6293deda04a1776aa95207435f959c6.tar.bz2
Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and ipaddress.IPv6Network.
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 7c42136..77cce0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@ Core and Builtins
Library
-------
+- Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and
+ ipaddress.IPv6Network.
+
- Issue #13916: Disallowed the surrogatepass error handler for non UTF-*
encodings.