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 rhettinger
Recipients georg.brandl, ngie, rhettinger
Date 2009-04-27.17:05:31
SpamBayes Score 0.003170693
Marked as misclassified No
Message-id <1240851932.49.0.960541609487.issue5850@psf.upfronthosting.co.za>
In-reply-to
Content
I think we've got this covered with the examples for the collections
module ABCs.  We have one for ListBasedSet and are adding a link for to
an OrderedSet recipe.   The ABCs themselves provide a clear path on how
to implement major container types.  The UserDict, UserList, and
UserString classes are also worked-out examples.
History
Date User Action Args
2009-04-27 17:05:32rhettingersetrecipients: + rhettinger, georg.brandl, ngie
2009-04-27 17:05:32rhettingersetmessageid: <1240851932.49.0.960541609487.issue5850@psf.upfronthosting.co.za>
2009-04-27 17:05:31rhettingerlinkissue5850 messages
2009-04-27 17:05:31rhettingercreate