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 37e533a commit 5eb75a1Copy full SHA for 5eb75a1
Doc/whatsnew/3.14.rst
@@ -572,7 +572,9 @@ pty
572
sqlite3
573
-------
574
575
-* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
+* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`;
576
+ use :data:`sqlite_version` and :data:`sqlite_version_info` for actual SQLite3
577
+ version information.
578
(Contributed by Hugo van Kemenade in :gh:`118924`.)
579
580
* Disallow using a sequence of parameters with named placeholders.
0 commit comments