-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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: fix typo in doc for sqlite3.Cursor.execute #112442
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!
Python 3.10 is now old enough that it's only accepting patches if they relate to security issues, so we won't be backporting this quite that far :) |
Thanks @tom93 for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
(cherry picked from commit fb79e1e) Co-authored-by: Tom Levy <tomlevy93@gmail.com>
GH-112444 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit fb79e1e) Co-authored-by: Tom Levy <tomlevy93@gmail.com>
GH-112445 is a backport of this pull request to the 3.11 branch. |
Thanks for the PR, @tom93, and thanks for taking care of this, @AlexWaygood 🙏 |
Can be backported all the way to 3.10 (same as #101782, which introduced the typo).
📚 Documentation preview 📚: https://cpython-previews--112442.org.readthedocs.build/