gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14#125566
gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14#125566hugovk merged 4 commits intopython:mainfrom
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
|
|
||
| * 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.
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! |
…n What's New 3.14 (python#125566) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…n What's New 3.14 (python#125566) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…n What's New 3.14 (python#125566) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…n What's New 3.14 (python#125566) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…n What's New 3.14 (python#125566) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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/