This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients berker.peksag, docs@python, erlendaasland, python-dev, user1347091, zach.ware
Date 2021-01-28.21:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611870353.7.0.62262135435.issue43059@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2021-01-28 21:45:53erlendaaslandsetrecipients: + erlendaasland, docs@python, python-dev, berker.peksag, zach.ware, user1347091
2021-01-28 21:45:53erlendaaslandsetmessageid: <1611870353.7.0.62262135435.issue43059@roundup.psfhosted.org>
2021-01-28 21:45:53erlendaaslandlinkissue43059 messages
2021-01-28 21:45:53erlendaaslandcreate