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 brett.cannon
Recipients barry, brett.cannon, christian.heimes, gvanrossum, jcea, vstinner
Date 2008-11-21.01:28:14
SpamBayes Score 0.040084824
Marked as misclassified No
Message-id <1227230897.28.0.346921637462.issue3799@psf.upfronthosting.co.za>
In-reply-to
Content
Have another patch that fixes all open() calls to specify the file
encoding in dbm.dumb. Also caught one spot in _addkey() where
decode("Latin-1") was not being called.
History
Date User Action Args
2008-11-21 01:28:17brett.cannonsetrecipients: + brett.cannon, gvanrossum, barry, jcea, vstinner, christian.heimes
2008-11-21 01:28:17brett.cannonsetmessageid: <1227230897.28.0.346921637462.issue3799@psf.upfronthosting.co.za>
2008-11-21 01:28:16brett.cannonlinkissue3799 messages
2008-11-21 01:28:16brett.cannoncreate