diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-05-15 18:18:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-05-15 18:18:41 (GMT) |
commit | 45aba189c6293deda04a1776aa95207435f959c6 (patch) | |
tree | 0ac4f325d1cf91eb3cd3940671acf06ef8b043d1 /Misc | |
parent | 88d8fb6af603176b6e55766da067f84115e35406 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |