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 Sanjay, ncoghlan, pmoody, xiang.zhang
Date 2017-03-27.08:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490604906.41.0.518497878891.issue29913@psf.upfronthosting.co.za>
In-reply-to
Content
In my mind this is the wanted behaviour. `compare_networks` means compare one network to another and a network should count its mask in. Your example would look rather weird if 1.1.1.0/24 == 1.1.1.0/25. Maybe make the doc from 'network addresses' to 'network bits' is easier to understand.
History
Date User Action Args
2017-03-27 08:55:06xiang.zhangsetrecipients: + xiang.zhang, ncoghlan, pmoody, Sanjay
2017-03-27 08:55:06xiang.zhangsetmessageid: <1490604906.41.0.518497878891.issue29913@psf.upfronthosting.co.za>
2017-03-27 08:55:06xiang.zhanglinkissue29913 messages
2017-03-27 08:55:06xiang.zhangcreate