Erlend Egeberg Aasland <erlend.aasl...@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-...@python.org/message/NS6YVA3QCAXELK7KROOLULKXOF3KFFJA/

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


Berker?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to