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

Anders Lorentsen report at bugs.python.org
Mon Nov 6 15:02:11 EST 2017


Anders Lorentsen <phaqui at gmail.com> 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 <report at bugs.python.org>
<https://bugs.python.org/issue31843>
_______________________________________


More information about the Python-bugs-list mailing list