]> granicus.if.org Git - python/commit
Issue #26457: Fixed the subnets() methods in IP network classes for the case
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Mar 2016 08:25:45 +0000 (10:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Mar 2016 08:25:45 +0000 (10:25 +0200)
commitbb0dbd583bdac8f1bfb9f0a45e7014b2663d5729
tree9b5216a037577f95eac9a26ab2298d236cef7709
parent5f582bdec8dee935b7d14d71fce869e0dd692061
Issue #26457: Fixed the subnets() methods in IP network classes for the case
when resulting prefix length is equal to maximal prefix length.
Based on patch by Xiang Zhang.
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS