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 Вячеслав
Recipients m01, ncoghlan, pmoody, python-dev, Вячеслав
Date 2014-11-14.23:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416006279.81.0.519383072112.issue22876@psf.upfronthosting.co.za>
In-reply-to
Content
ip_interface can't be network or broadcast address. Probably should throw an exception in such cases

>>> ip_interface(u'192.168.1.0/25')
IPv4Interface(u'192.168.1.0/25')

>>> ip_interface(u'192.168.1.127/25')
IPv4Interface(u'192.168.1.127/25')
History
Date User Action Args
2014-11-14 23:04:39Вячеславsetrecipients: + Вячеслав, ncoghlan, pmoody, python-dev, m01
2014-11-14 23:04:39Вячеславsetmessageid: <1416006279.81.0.519383072112.issue22876@psf.upfronthosting.co.za>
2014-11-14 23:04:39Вячеславlinkissue22876 messages
2014-11-14 23:04:39Вячеславcreate