Skip to content

Commit 5eb75a1

Browse files
authored
mention actual sqlite3 version attribute in 3.14.rst
1 parent 37e533a commit 5eb75a1

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
@@ -572,7 +572,9 @@ pty
572572
sqlite3
573573
-------
574574

575-
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
575+
* 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.
576578
(Contributed by Hugo van Kemenade in :gh:`118924`.)
577579

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

0 commit comments

Comments
 (0)