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 Francois Schneider
Recipients Francois Schneider
Date 2018-06-06.15:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528298968.12.0.592728768989.issue33784@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import ipaddress
>>> hash(ipaddress.ip_network(u'20.0.2.3/32')) == hash(ipaddress.ip_network(u'20.0.2.0/30'))
True
History
Date User Action Args
2018-06-06 15:29:28Francois Schneidersetrecipients: + Francois Schneider
2018-06-06 15:29:28Francois Schneidersetmessageid: <1528298968.12.0.592728768989.issue33784@psf.upfronthosting.co.za>
2018-06-06 15:29:28Francois Schneiderlinkissue33784 messages
2018-06-06 15:29:28Francois Schneidercreate