[issue32922] dbm.open() encodes filename with default encoding rather than the filesystem encoding
Josh Friend added the comment: yes it should be closed, can i do that? (ill try...) -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i
[issue32922] dbm.open() encodes filename with default encoding rather than the filesystem encoding
New submission from Josh Friend : Armin Rigo from the PyPy project pointed this out to me: https://bitbucket.org/pypy/pypy/issues/2755/dbmopen-expects-a-str-for-filename-throws This could probably lead to some weird behavior given the right filename -- components: Library (Lib