summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2015-01-18 15:22:47 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2015-01-18 15:22:47 (GMT)
commite6f250ed90d0efed83f9e3beef97e5f9e6398d00 (patch)
tree4eab1a386bb753827e51201a1d50feaa7710fad7 /Misc
parent82e07b92b330ec885968ca98fac5284c45037eac (diff)
downloadcpython-e6f250ed90d0efed83f9e3beef97e5f9e6398d00.zip
cpython-e6f250ed90d0efed83f9e3beef97e5f9e6398d00.tar.gz
cpython-e6f250ed90d0efed83f9e3beef97e5f9e6398d00.tar.bz2
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses.
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 1c1bbb0..c3b84eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,6 +203,9 @@ Core and Builtins
Library
-------
+- Issue #23266: Much faster implementation of ipaddress.collapse_addresses()
+ when there are many non-consecutive addresses.
+
- Issue #23098: 64-bit dev_t is now supported in the os module.
- Issue #21817: When an exception is raised in a task submitted to a