-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
3.12only security fixesonly security fixeseasytopic-sqlite3type-featureA feature request or enhancementA feature request or enhancement
Description
The sqlite3.version
and sqlite3.version_info
attributes have historically created some confusion, as they are sometimes mistaken for the SQLite 3 version number. They used to reflect the pysqlite1 version number, until the external pysqlite package stopped upstreaming changes to the stdlib sqlite3 module2, but today they carry no meaning or practical value3.
In order to avoid future frustration, I suggest to deprecate sqlite3.version
and sqlite3.version_info
in 3.12, and remove them in 3.14.
See also discussion on Discourse
Footnotes
ned-deily and laymonageGrub4K
Metadata
Metadata
Assignees
Labels
3.12only security fixesonly security fixeseasytopic-sqlite3type-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Done