summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-05-15 20:21:48 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2014-05-15 20:21:48 +0200
commit6a378b168cf5ddb5b0728949a492d13d973a600c (patch)
tree335fbf57d5f5fb42efe5673868f8ab119ead88d8 /Misc/NEWS
parente4eefa638f155786b3165f2aa86ba142d74261b4 (diff)
downloadcpython-6a378b168cf5ddb5b0728949a492d13d973a600c.tar.gz
Issue #21487: Optimize ipaddress.summarize_address_range() and ipaddress.{IPv4Network,IPv6Network}.subnets().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77cce0a8da..6c3cb7c824 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@ Core and Builtins
Library
-------
+- Issue #21487: Optimize ipaddress.summarize_address_range() and
+ ipaddress.{IPv4Network,IPv6Network}.subnets().
+
- Issue #21486: Optimize parsing of netmasks in ipaddress.IPv4Network and
ipaddress.IPv6Network.