]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fri, 10 May 2024 20:42:34 +0000 (23:42 +0300)
committerGitHub <noreply@github.com>
Fri, 10 May 2024 20:42:34 +0000 (20:42 +0000)
commita0193479475a047b223f64130867a63b672c8dc2
treeb88cb5bb5699757b9697bae11db8cd8e6a394120
parentb309c8ebff011f27012367b046ff92eecbdd68a5
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Doc/library/sqlite3.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.14.rst
Lib/sqlite3/__init__.py
Lib/sqlite3/dbapi2.py
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/next/Library/2024-05-10-22-59-01.gh-issue-118924.9nyvSH.rst [new file with mode: 0644]
Modules/_sqlite/module.c