This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kghongaku
Recipients kghongaku
Date 2017-05-19.21:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495229682.89.0.370209437456.issue30407@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-05-19 21:34:42kghongakusetrecipients: + kghongaku
2017-05-19 21:34:42kghongakusetmessageid: <1495229682.89.0.370209437456.issue30407@psf.upfronthosting.co.za>
2017-05-19 21:34:42kghongakulinkissue30407 messages
2017-05-19 21:34:42kghongakucreate