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 ned.deily
Recipients cpiekarski, ned.deily
Date 2011-11-01.23:23:59
SpamBayes Score 0.005078373
Marked as misclassified No
Message-id <1320189839.92.0.283273971606.issue13318@psf.upfronthosting.co.za>
In-reply-to
Content
shelve is behaving as documented.  Because the shelve dictionary entry is mutable (a dictionary), you need to set writeback=True to get the behavior you expect.  http://docs.python.org/library/shelve.html
History
Date User Action Args
2011-11-01 23:23:59ned.deilysetrecipients: + ned.deily, cpiekarski
2011-11-01 23:23:59ned.deilysetmessageid: <1320189839.92.0.283273971606.issue13318@psf.upfronthosting.co.za>
2011-11-01 23:23:59ned.deilylinkissue13318 messages
2011-11-01 23:23:59ned.deilycreate