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 pitrou
Recipients exhuma, ncoghlan, pitrou, pmoody, r.david.murray
Date 2014-03-02.15:23:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393773814.2285.1.camel@fsol>
In-reply-to <1393773314.12.0.240397710377.issue20825@psf.upfronthosting.co.za>
Content
> However, 'in' is already used for <address> in <network>, and you can
> already get subnets out of a network (via 'subnets'), so it isn't
> completely crazy to consider the network a container of subnets (of
> varying sizes, depending on the arguments to subnet).

So how about subnet_of(other)?
(and the reciprocal supernet_of(other))
History
Date User Action Args
2014-03-02 15:23:38pitrousetrecipients: + pitrou, ncoghlan, pmoody, r.david.murray, exhuma
2014-03-02 15:23:38pitroulinkissue20825 messages
2014-03-02 15:23:38pitroucreate