[issue43059] sqlite3: Externally developed?

Erlend Egeberg Aasland report at bugs.python.org
Thu Jan 28 16:45:53 EST 2021


Erlend Egeberg Aasland <erlend.aasland at innova.no> added the comment:

Perhaps we should remove the (pysqlite) version attributes while we're there? Ref. https://mail.python.org/archives/list/python-dev@python.org/message/NS6YVA3QCAXELK7KROOLULKXOF3KFFJA/

>>> import sqlite3
>>> sqlite3.version
'2.6.0'
>>> sqlite3.version_info
(2, 6, 0)


Berker?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43059>
_______________________________________


More information about the Python-bugs-list mailing list