[issue21670] Add repr to shelve.Shelf

Serhiy Storchaka report at bugs.python.org
Tue Jun 24 13:41:49 CEST 2014


Serhiy Storchaka added the comment:

I don't think this is right repr for shelve. As file's repr doesn't read and expose a content of a file, shelve's repr shouldn't read and expose all database content.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list