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 vstinner
Recipients vstinner, wjm251
Date 2010-07-28.12:41:52
SpamBayes Score 0.022928279
Marked as misclassified No
Message-id <1280320914.0.0.089463648141.issue9393@psf.upfronthosting.co.za>
In-reply-to
Content
shelve uses anydbm which uses gdbm, dbm or bsddbm. Attached patch fixes gdbm and dbm (replace "s" format by "et" with Py_FileSystemDefaultEncoding).

bsddbm is harder to fix: bsdhashopen(), bsdbtopen() and bsdrnopen() have to be fixed, and they accept None for the filename ("z" format).
History
Date User Action Args
2010-07-28 12:41:54vstinnersetrecipients: + vstinner, wjm251
2010-07-28 12:41:54vstinnersetmessageid: <1280320914.0.0.089463648141.issue9393@psf.upfronthosting.co.za>
2010-07-28 12:41:52vstinnerlinkissue9393 messages
2010-07-28 12:41:52vstinnercreate