tklausmann added the comment:
I just bisected it and the specific commit is this one:
https://hg.python.org/cpython/rev/2711677cf874
--
___
Python tracker
<http://bugs.python.org/issue27
Changes by tklausmann :
--
nosy: +kormat
___
Python tracker
<http://bugs.python.org/issue27683>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from tklausmann:
Between Python 3.4 (3.4.5 I've tested with) and Python 3.5 (3.5.2), the
behavior of ipaddress's subnet() method changed.
This code:
$ cat iat.py
import ipaddress
p = ipaddress.IPv4Network("172.0.0.4/30")
subnets = p.subnets(new_prefix=