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 serhiy.storchaka
Recipients Claudiu.Popa, rhettinger, serhiy.storchaka
Date 2014-06-24.12:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403612638.76.0.608394594632.issue21670@psf.upfronthosting.co.za>
In-reply-to
Content
When shelve stores its data on a disk, it is more similar to a file. After all, it can contain gigabytes of data, much larger than Python can address in RAM.

I you want more readable repr, I with Raymond, -- use the repr of the underlying db and add readable repr for dbm objects (including file name and open mode).
History
Date User Action Args
2014-06-24 12:23:58serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, Claudiu.Popa
2014-06-24 12:23:58serhiy.storchakasetmessageid: <1403612638.76.0.608394594632.issue21670@psf.upfronthosting.co.za>
2014-06-24 12:23:58serhiy.storchakalinkissue21670 messages
2014-06-24 12:23:58serhiy.storchakacreate