]> granicus.if.org Git - python/commit
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Feb 2018 01:39:53 +0000 (03:39 +0200)
committerGitHub <noreply@github.com>
Tue, 27 Feb 2018 01:39:53 +0000 (03:39 +0200)
commit5bf74859fe253f0e8ff73ba699cd1a7e2dfbcea3
tree84d9760e66c264e00085dd281d2e6f2bcf09ce2c
parent3f6c172b702dccc90d16db8faa14b4fabda63ff6
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906)

(cherry picked from commit 6f600ff1734ca2fdcdd37a809adf8130f0d8cc4e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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