mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
parent
f8eae6f5c3
commit
ffc58a9710
7 changed files with 50 additions and 2 deletions
|
@ -142,12 +142,22 @@ Module functions and constants
|
|||
The version number of this module, as a string. This is not the version of
|
||||
the SQLite library.
|
||||
|
||||
.. deprecated-removed:: 3.12 3.14
|
||||
This constant used to reflect the version number of the ``pysqlite``
|
||||
package, a third-party library which used to upstream changes to
|
||||
``sqlite3``. Today, it carries no meaning or practical value.
|
||||
|
||||
|
||||
.. data:: version_info
|
||||
|
||||
The version number of this module, as a tuple of integers. This is not the
|
||||
version of the SQLite library.
|
||||
|
||||
.. deprecated-removed:: 3.12 3.14
|
||||
This constant used to reflect the version number of the ``pysqlite``
|
||||
package, a third-party library which used to upstream changes to
|
||||
``sqlite3``. Today, it carries no meaning or practical value.
|
||||
|
||||
|
||||
.. data:: sqlite_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue