]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
authorHenry-Joseph Audéoud <h.audeoud@gmail.com>
Fri, 10 Sep 2021 12:26:16 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 12:26:16 +0000 (15:26 +0300)
commit707137b8637feef37b2e06a851fdca9d1b945861
treeeedd9bec5c0b98b244438e120ee12d8143906c19
parent62fa613f6a6e872723505ee9d56242c31a654a9d
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)

Co-authored-by: Hakan Çelik <hakancelik96@outlook.com>
14 files changed:
Doc/library/dbm.rst
Doc/library/shelve.rst
Lib/dbm/__init__.py
Lib/dbm/dumb.py
Lib/test/test_dbm.py
Lib/test/test_dbm_dumb.py
Lib/test/test_dbm_gnu.py
Lib/test/test_dbm_ndbm.py
Lib/test/test_shelve.py
Misc/NEWS.d/next/Library/2020-05-21-01-42-32.bpo-40563.fDn5bP.rst [new file with mode: 0644]
Modules/_dbmmodule.c
Modules/_gdbmmodule.c
Modules/clinic/_dbmmodule.c.h
Modules/clinic/_gdbmmodule.c.h