[issue13318] Shelve second tier array subscript "[ ]" key creation doesn't work

Ned Deily report at bugs.python.org
Wed Nov 2 00:23:59 CET 2011


Ned Deily <nad at acm.org> added the comment:

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

----------
nosy: +ned.deily
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13318>
_______________________________________


More information about the Python-bugs-list mailing list