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 aronacher, georg.brandl, jimjjewett, pitrou, rhettinger
Date 2009-03-02.06:44:13
SpamBayes Score 2.5380685e-05
Marked as misclassified No
Message-id <1235976258.57.0.614577589963.issue5397@psf.upfronthosting.co.za>
In-reply-to
Content
Jim, I updated the docs to talk cover delete-reinsert.

Also, added a few more tests as suggested but am leaving test_iterators,
test_popitem, and test_pop unchanged.  It is enough to test
delete-reinsertion once or twice and know that we've separately tested
the component operations (setting new keys, setting existing keys, and
deleting existing keys).
History
Date User Action Args
2009-03-02 06:44:18rhettingersetrecipients: + rhettinger, georg.brandl, jimjjewett, pitrou, aronacher
2009-03-02 06:44:18rhettingersetmessageid: <1235976258.57.0.614577589963.issue5397@psf.upfronthosting.co.za>
2009-03-02 06:44:17rhettingerlinkissue5397 messages
2009-03-02 06:44:16rhettingercreate