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 serhiy.storchaka
Recipients berker.peksag, lukasz.langa, ncoghlan, pmoody, serhiy.storchaka
Date 2016-07-26.17:55:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469555739.78.0.994189695659.issue27628@psf.upfronthosting.co.za>
In-reply-to
Content
This issue looks as a duplicate of issue20825.

I think that if consider a network as a set of addresses, the operation "address in network" has the same meaning as for sets, but the operation "network in network" doesn't make a sense. Instead you should use the same operation as for testing a subset of a set: "network <= network". But this operation is ambiguous, because "<=" usually is ordering operation.
History
Date User Action Args
2016-07-26 17:55:39serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pmoody, lukasz.langa, berker.peksag
2016-07-26 17:55:39serhiy.storchakasetmessageid: <1469555739.78.0.994189695659.issue27628@psf.upfronthosting.co.za>
2016-07-26 17:55:39serhiy.storchakalinkissue27628 messages
2016-07-26 17:55:39serhiy.storchakacreate