[issue31843] sqlite3.connect() should accept PathLike objects

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: Thank you Allen Li for your feature request. Thank you very much Anders Lorentsen for addressing all my annoying comments on the pull request, and congratulations for your first contribution to CPython! It's a nice once ;-) -- resolution: -> fixed s

[issue31843] sqlite3.connect() should accept PathLike objects

2017-11-06 Thread STINNER Victor
STINNER Victor added the comment: New changeset a22a127458d75b9b7e65e058f5db5ff705df5696 by Victor Stinner (Anders Lorentsen) in branch 'master': bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299) https://github.com/python/cpython/commit/a22a127458d75b9b7e65e05

[issue31843] sqlite3.connect() should accept PathLike objects

2017-11-06 Thread Anders Lorentsen
Anders Lorentsen added the comment: Had my first go at a python patch. Added a test case for it, and all tests passing when I test with `./python -bb -E -Wd -m test -v test.test_sqlite -r -w -uall -R 3:2` -- nosy: +Phaqui ___ Python tracker

[issue31843] sqlite3.connect() should accept PathLike objects

2017-11-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +4261 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue31843] sqlite3.connect() should accept PathLike objects

2017-10-22 Thread Allen Li
New submission from Allen Li : sqlite3.connect() should accept PathLike objects (objects that implement __fspath__) -- messages: 304773 nosy: Allen Li priority: normal severity: normal status: open title: sqlite3.connect() should accept PathLike objects versions: Python 3.6 ___

[issue31843] sqlite3.connect() should accept PathLike objects

2017-10-22 Thread Allen Li
Change by Allen Li : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt