open functions in dbm submodule need to support path-like object

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. Sent with ProtonMail Secure Email.

it looks like this as had a BPO for over a year: https://bugs.python.org/issue40563 I suggest pinging that (and maybe python-dev) to see what's up. NOTE: first check 3.10 :-) -CHB On Tue, Sep 7, 2021 at 5:05 AM Evan Greenup via Python-ideas < python-ideas@python.org> wrote:
-- Christopher Barker, PhD (Chris) Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython

If someone posted a Pull Request that added this, it would be looked upon favorably I'm sure. On Tue, Sep 7, 2021 at 8:31 AM Christopher Barker <pythonchb@gmail.com> wrote:
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>

it looks like this as had a BPO for over a year: https://bugs.python.org/issue40563 I suggest pinging that (and maybe python-dev) to see what's up. NOTE: first check 3.10 :-) -CHB On Tue, Sep 7, 2021 at 5:05 AM Evan Greenup via Python-ideas < python-ideas@python.org> wrote:
-- Christopher Barker, PhD (Chris) Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython

If someone posted a Pull Request that added this, it would be looked upon favorably I'm sure. On Tue, Sep 7, 2021 at 8:31 AM Christopher Barker <pythonchb@gmail.com> wrote:
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>
participants (3)
-
Christopher Barker
-
Evan Greenup
-
Guido van Rossum