This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Open functions in dbm submodule should support path-like objects
Type: enhancement Stage: resolved
Components: Library (Lib), Tests Versions: Python 3.11
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: DavidMertz, hakancelik
Priority: normal Keywords:

Created on 2021-09-07 19:26 by DavidMertz, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20274 hakancelik, 2021-09-09 00:41
Messages (2)
msg401334 - (view) Author: David Mertz (DavidMertz) * Date: 2021-09-07 19:26
Evan Greenup via Python-ideas
	
Currently, in Python 3.9, `dbm.open()`, `dbm.gnu.open()` and `dbm.ndbm.open()` doesn't support path-like object, class defined in `pathlib`.

It would be nice to add support with it.
msg401337 - (view) Author: David Mertz (DavidMertz) * Date: 2021-09-07 19:30
Oops... I missed prior closely related or identical issue at: https://bugs.python.org/issue40563
History
Date User Action Args
2022-04-11 14:59:49adminsetgithub: 89296
2021-09-09 00:41:00hakanceliksetnosy: + hakancelik

pull_requests: + pull_request26668
2021-09-08 00:55:10ethan.furmansetstatus: open -> closed
stage: resolved
2021-09-07 19:30:58DavidMertzsetresolution: duplicate
messages: + msg401337
2021-09-07 19:26:31DavidMertzcreate