Skip to content

Commit eb8ed2a

Browse files
miss-islingtonfry69hugovk
authored
[3.14] gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 (GH-125566) (#136103)
Co-authored-by: fry69 <142489379+fry69@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 231d801 commit eb8ed2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2640,7 +2640,9 @@ pty
26402640
sqlite3
26412641
-------
26422642

2643-
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
2643+
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`;
2644+
use :data:`~sqlite3.sqlite_version` and :data:`~sqlite3.sqlite_version_info`
2645+
for the actual version number of the runtime SQLite library.
26442646
(Contributed by Hugo van Kemenade in :gh:`118924`.)
26452647

26462648
* Disallow using a sequence of parameters with named placeholders.

0 commit comments

Comments
 (0)