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 Josh Friend, serhiy.storchaka
Date 2018-02-23.17:18:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519406285.28.0.467229070634.issue32922@psf.upfronthosting.co.za>
In-reply-to
Content
PR 5832 fixes dbm.ndbm.open() and dbm.gdbm.open(). dbm.dumb.open() already used the filesystem encoding.

I don't think anything should be fixed in 2.7. Supporting Unicode filenames looks like a new feature.
History
Date User Action Args
2018-02-23 17:18:05serhiy.storchakasetrecipients: + serhiy.storchaka, Josh Friend
2018-02-23 17:18:05serhiy.storchakasetmessageid: <1519406285.28.0.467229070634.issue32922@psf.upfronthosting.co.za>
2018-02-23 17:18:05serhiy.storchakalinkissue32922 messages
2018-02-23 17:18:05serhiy.storchakacreate