We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231d801 commit eb8ed2aCopy full SHA for eb8ed2a
Doc/whatsnew/3.14.rst
@@ -2640,7 +2640,9 @@ pty
2640
sqlite3
2641
-------
2642
2643
-* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
+* 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.
2646
(Contributed by Hugo van Kemenade in :gh:`118924`.)
2647
2648
* Disallow using a sequence of parameters with named placeholders.
0 commit comments