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 erno, exarkun, ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2009-02-03.22:36:00
SpamBayes Score 1.7998045e-05
Marked as misclassified No
Message-id <1233700564.3.0.121684834673.issue3783@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch (it's also in the sandbox):

* Added a sync() method to support shelves.
* Removed commits on granular sets and gets.
* Optimized __len__ and __contains__.
History
Date User Action Args
2009-02-03 22:36:04rhettingersetrecipients: + rhettinger, skip.montanaro, gregory.p.smith, jcea, ghaering, josiahcarlson, exarkun, pitrou, erno, gregburd
2009-02-03 22:36:04rhettingersetmessageid: <1233700564.3.0.121684834673.issue3783@psf.upfronthosting.co.za>
2009-02-03 22:36:03rhettingerlinkissue3783 messages
2009-02-03 22:36:03rhettingercreate