-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Docs: Delist default sqlite3 adapters and convertors deprecation from "Pending removal in 3.14" #126370
Conversation
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.
Thanks!
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…onGH-126370) (cherry picked from commit 9441993) Co-authored-by: Hugo van Kemenade <[email protected]>
…onGH-126370) (cherry picked from commit 9441993) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-126372 is a backport of this pull request to the 3.13 branch. |
GH-126373 is a backport of this pull request to the 3.12 branch. |
GH-126370) (#126372) Co-authored-by: Hugo van Kemenade <[email protected]>
GH-126370) (#126373) Co-authored-by: Hugo van Kemenade <[email protected]>
Should we add it to pending remove in future.rst? |
No; it is not pending removal at all. |
This was deprecated in 3.12 (#94276) but never planned to be removed in 3.14. It was added to the "Pending removal in Python 3.14" list by mistake, probably assuming it would be removed in +2 releases.
https://docs.python.org/3.13/library/sqlite3.html#default-adapters-and-converters-deprecated is correct: only says deprecated in 3.12.
See also https://discuss.python.org/t/deprecate-default-built-in-sqlite3-converters-and-adapters/15781.
📚 Documentation preview 📚: https://cpython-previews--126370.org.readthedocs.build/