[New-bugs-announce] [issue45133] Open functions in dbm submodule should support path-like objects

David Mertz report at bugs.python.org
Tue Sep 7 15:26:31 EDT 2021


New submission from David Mertz <david.mertz at gmail.com>:

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.

----------
components: Library (Lib), Tests
messages: 401334
nosy: DavidMertz
priority: normal
severity: normal
status: open
title: Open functions in dbm submodule should support path-like objects
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45133>
_______________________________________


More information about the New-bugs-announce mailing list