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 jcea, r.david.murray, serhiy.storchaka, vstinner, wjm251
Date 2015-01-18.14:36:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421591769.22.0.414466162453.issue9393@psf.upfronthosting.co.za>
In-reply-to
Content
> Python 3 is not affected:

Oh sorry, dbm_open_unicode-32.patch is still needed. Currently, filenames are encoded to UTF-8 which "works" when the filesystem encoding is UTF-8, but it doesn't work on Windows.
History
Date User Action Args
2015-01-18 14:36:09vstinnersetrecipients: + vstinner, jcea, r.david.murray, wjm251, serhiy.storchaka
2015-01-18 14:36:09vstinnersetmessageid: <1421591769.22.0.414466162453.issue9393@psf.upfronthosting.co.za>
2015-01-18 14:36:09vstinnerlinkissue9393 messages
2015-01-18 14:36:09vstinnercreate