Serhiy Storchaka added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27628>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to