[issue40681] shelve.open() should accept pathlib.Path

2020-05-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Support pathlike objects on dbm/shelve ___ Python tracker _

[issue40681] shelve.open() should accept pathlib.Path

2020-05-19 Thread Batuhan Taskaya
Batuhan Taskaya added the comment: Duplicate of bpo-40563 -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue40681] shelve.open() should accept pathlib.Path

2020-05-19 Thread Rémi Lapeyre
New submission from Rémi Lapeyre : This should target Python3.10, current behavior is: Python 3.10.0a0 (heads/master:19e3e00264, May 19 2020, 14:40:31) [Clang 11.0.3 (clang-1103.0.32.29)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import shelve, pathlib