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 Gerard Weatherby
Recipients Gerard Weatherby
Date 2017-10-30.20:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509396968.75.0.213398074469.issue31905@psf.upfronthosting.co.za>
In-reply-to
Content
Given a IPvNetwork network
if x in network:
   ...

raises an AttributeError instead of returning False.
History
Date User Action Args
2017-10-30 20:56:08Gerard Weatherbysetrecipients: + Gerard Weatherby
2017-10-30 20:56:08Gerard Weatherbysetmessageid: <1509396968.75.0.213398074469.issue31905@psf.upfronthosting.co.za>
2017-10-30 20:56:08Gerard Weatherbylinkissue31905 messages
2017-10-30 20:56:08Gerard Weatherbycreate