[Python-ideas] Re: open functions in dbm submodule need to support path-like object

2021-09-07 Thread Guido van Rossum
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 
wrote:

> 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:
>
>> 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.
>> ___
>> Python-ideas mailing list -- python-ideas@python.org
>> To unsubscribe send an email to python-ideas-le...@python.org
>> https://mail.python.org/mailman3/lists/python-ideas.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/python-ideas@python.org/message/22OBR3A3GZLHR56P7GMWAFHSNN4CAZ7T/
>> Code of Conduct: http://python.org/psf/codeofconduct/
>>
>
>
> --
> Christopher Barker, PhD (Chris)
>
> Python Language Consulting
>   - Teaching
>   - Scientific Software Development
>   - Desktop GUI and Web Development
>   - wxPython, numpy, scipy, Cython
> ___
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-ideas@python.org/message/RSIU7TT6R2Y2FZQAWS24BQN2VIYDDLPU/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
--Guido van Rossum (python.org/~guido)
*Pronouns: he/him **(why is my pronoun here?)*

___
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/O7LJFFWWH6G3XYO2KAK6JM3V6W2GA34W/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-ideas] Re: open functions in dbm submodule need to support path-like object

2021-09-07 Thread Christopher Barker
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:

> 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.
> ___
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-ideas@python.org/message/22OBR3A3GZLHR56P7GMWAFHSNN4CAZ7T/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
Christopher Barker, PhD (Chris)

Python Language Consulting
  - Teaching
  - Scientific Software Development
  - Desktop GUI and Web Development
  - wxPython, numpy, scipy, Cython
___
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/RSIU7TT6R2Y2FZQAWS24BQN2VIYDDLPU/
Code of Conduct: http://python.org/psf/codeofconduct/