[issue27683] ipaddress subnet slicing iterator malfunction

2016-08-04 Thread tklausmann
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

[issue27683] ipaddress subnet slicing iterator malfunction

2016-08-04 Thread tklausmann
Changes by tklausmann : -- nosy: +kormat ___ Python tracker <http://bugs.python.org/issue27683> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27683] ipaddress subnet slicing iterator malfunction

2016-08-04 Thread tklausmann
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=