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 Claudiu.Popa, rhettinger
Date 2014-06-23.04:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403498652.58.0.0884788894839.issue21670@psf.upfronthosting.co.za>
In-reply-to
Content
This may not be the right repr for the usual way of creating shelves:

    d = shelve.open('tmp.shl')
    print(repr(d))             # I would expect the repr to show 
                               # the underlying db instead of all the
                               # key/value pairs which can be passed
                               # in the constructors
History
Date User Action Args
2014-06-23 04:44:12rhettingersetrecipients: + rhettinger, Claudiu.Popa
2014-06-23 04:44:12rhettingersetmessageid: <1403498652.58.0.0884788894839.issue21670@psf.upfronthosting.co.za>
2014-06-23 04:44:12rhettingerlinkissue21670 messages
2014-06-23 04:44:12rhettingercreate