-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 #125566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Please add [Doc] label for PR title. like this
|
What is preferred:
or
as a prefix for the title without issue #? I used the latter for now. Should it be lowercase too like |
In fact, this's just a general behavior, use Doc to mark this PR as documentation. Sorry, I seem to have missed an |
Doc/whatsnew/3.14.rst
Outdated
@@ -572,7 +572,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:`!sqlite_version` and :data:`!sqlite_version_info` for actual SQLite3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These can be linked since they are not removed.
…n What's New 3.14 (pythonGH-125566) (cherry picked from commit 7a403a8) Co-authored-by: fry69 <142489379+fry69@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
GH-136103 is a backport of this pull request to the 3.14 branch. |
@fry69 Thanks for the PR! |
Trivial doc fix to mention the actual SQLite3 version information attributes (I had to look that up, probably others will too)
📚 Documentation preview 📚: https://cpython-previews--125566.org.readthedocs.build/