[New-bugs-announce] [issue30407] ipaddress ver. 1.0.14 IPv4Network off by 1

kelly hirai report at bugs.python.org
Fri May 19 17:34:42 EDT 2017


New submission from kelly hirai:

for x in ipaddress.IPv4Network(u"192.168.0.0/23").hosts():
    print x

contains 192.168.1.0 but does not contain 192.168.1.255

ipaddress version 1.0.14

----------
messages: 293978
nosy: kghongaku
priority: normal
severity: normal
status: open
title: ipaddress ver. 1.0.14 IPv4Network off by 1
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30407>
_______________________________________


More information about the New-bugs-announce mailing list