https://github.com/python/cpython/commit/7a403a8050cd22e699a69222914eccffcc7432ea
commit: 7a403a8050cd22e699a69222914eccffcc7432ea
branch: main
author: fry69 <[email protected]>
committer: hugovk <[email protected]>
date: 2025-06-29T15:34:45Z
summary:

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

Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Doc/whatsnew/3.14.rst

diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst
index a74d414ae4bb70..8260f8ddc4e08c 100644
--- a/Doc/whatsnew/3.14.rst
+++ b/Doc/whatsnew/3.14.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to