kelly hirai added the comment:
i thought it was inconsistent that
192.168.1.0 was included, but 192.168.0.0 was not.
--
___
Python tracker
<http://bugs.python.org/issue30
kelly hirai added the comment:
tested with 1.0.18 with same results.
--
___
Python tracker
<http://bugs.python.org/issue30407>
___
___
Python-bugs-list mailin
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: