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 erno
Recipients erno
Date 2007-12-11.18:38:16
SpamBayes Score 0.016897615
Marked as misclassified No
Message-id <1197398296.88.0.878837711853.issue1592@psf.upfronthosting.co.za>
In-reply-to
Content
shelve objects set self.dict = 0 in their close() method. this
results in errors such as TypeError: unsubscriptable object and
AttributeError: 'int' object has no attribute 'has_key'.
This is fairly baffling for the user.

"self.dict = 0" in close() is present in current svn trunk too.
History
Date User Action Args
2007-12-11 18:38:17ernosetspambayes_score: 0.0168976 -> 0.016897615
recipients: + erno
2007-12-11 18:38:16ernosetspambayes_score: 0.0168976 -> 0.0168976
messageid: <1197398296.88.0.878837711853.issue1592@psf.upfronthosting.co.za>
2007-12-11 18:38:16ernolinkissue1592 messages
2007-12-11 18:38:16ernocreate