[issue9393] shelve.open/bsddb.hashopen exception with unicode paths

STINNER Victor report at bugs.python.org
Sun Jan 18 15:36:09 CET 2015


STINNER Victor added the comment:

> 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.

----------
versions: +Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9393>
_______________________________________


More information about the Python-bugs-list mailing list