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 xiang.zhang
Recipients kghongaku, xiang.zhang
Date 2017-05-20.02:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495245754.76.0.878455273257.issue30407@psf.upfronthosting.co.za>
In-reply-to
Content
See the doc: https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv4Network.hosts. For hosts() method, network address and broadcast address are excluded from the result. So it's right IPv4Address('192.168.0.0') and IPv4Address('192.168.1.255') are not included.
History
Date User Action Args
2017-05-20 02:02:34xiang.zhangsetrecipients: + xiang.zhang, kghongaku
2017-05-20 02:02:34xiang.zhangsetmessageid: <1495245754.76.0.878455273257.issue30407@psf.upfronthosting.co.za>
2017-05-20 02:02:34xiang.zhanglinkissue30407 messages
2017-05-20 02:02:34xiang.zhangcreate