]> 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:26:10 +0000 (10:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Mar 2016 08:26:10 +0000 (10:26 +0200)
commit42e49ac0da5849cdca269fb2747f9faf5b6c7d0c
treedf78b439a1f98dc7a313db702a83df04d9049357
parent8131f14de9d010358755c845babe6b1a63977aff
parentbb0dbd583bdac8f1bfb9f0a45e7014b2663d5729
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.
Misc/NEWS