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 r.david.murray
Recipients r.david.murray, wt
Date 2014-03-06.19:08:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394132886.81.0.0568206691283.issue20860@psf.upfronthosting.co.za>
In-reply-to
Content
I think you are looking for list(net.subnets(prefixlen_diff=2))[2].  This is the standard Python way of going from an iterator to an indexable collection.
History
Date User Action Args
2014-03-06 19:08:06r.david.murraysetrecipients: + r.david.murray, wt
2014-03-06 19:08:06r.david.murraysetmessageid: <1394132886.81.0.0568206691283.issue20860@psf.upfronthosting.co.za>
2014-03-06 19:08:06r.david.murraylinkissue20860 messages
2014-03-06 19:08:06r.david.murraycreate