]> granicus.if.org Git - python/commit
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Feb 2018 14:02:22 +0000 (16:02 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 14:02:22 +0000 (16:02 +0200)
commit6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e
tree3dc8ecabed25ffe13d7e79630a9eea9c3c8f3177
parent973cae07d6ce7f5a93bd9cd3bcb724a96cfe14e9
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
Lib/test/test_dbm_dumb.py
Lib/test/test_dbm_gnu.py
Lib/test/test_dbm_ndbm.py
Misc/NEWS.d/next/Library/2018-02-23-19-12-04.bpo-32922.u-xe0B.rst [new file with mode: 0644]
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/clinic/_dbmmodule.c.h
Modules/clinic/_gdbmmodule.c.h