]> granicus.if.org Git - python/commit
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 18 Jan 2015 15:22:47 +0000 (16:22 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 18 Jan 2015 15:22:47 +0000 (16:22 +0100)
commite6f250ed90d0efed83f9e3beef97e5f9e6398d00
tree4eab1a386bb753827e51201a1d50feaa7710fad7
parent82e07b92b330ec885968ca98fac5284c45037eac
Issue #23266: Much faster implementation of ipaddress.collapse_addresses() when there are many non-consecutive addresses.
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS