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 Sanjay
Recipients Sanjay, ncoghlan, pmoody, xiang.zhang
Date 2017-03-27.09:37:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490607443.57.0.547190565066.issue29913@psf.upfronthosting.co.za>
In-reply-to
Content
yes but compare_networks is not used to implement equality check. __eq__ correctly returns False when we do 1.1.1.0/24 == 1.1.1.0/25.
If compare_networks works exactly like __eq__ then it seems a bit redundant.
History
Date User Action Args
2017-03-27 09:37:23Sanjaysetrecipients: + Sanjay, ncoghlan, pmoody, xiang.zhang
2017-03-27 09:37:23Sanjaysetmessageid: <1490607443.57.0.547190565066.issue29913@psf.upfronthosting.co.za>
2017-03-27 09:37:23Sanjaylinkissue29913 messages
2017-03-27 09:37:23Sanjaycreate