gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 (#125566)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
fry69
2025-06-29 17:34:45 +02:00
committed by GitHub
parent 3947847914
commit 7a403a8050

View File

@@ -2640,7 +2640,9 @@ pty
sqlite3
-------
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`;
use :data:`~sqlite3.sqlite_version` and :data:`~sqlite3.sqlite_version_info`
for the actual version number of the runtime SQLite library.
(Contributed by Hugo van Kemenade in :gh:`118924`.)
* Disallow using a sequence of parameters with named placeholders.