-
-
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
gh-99953: Purge mention of numeric param style from sqlite3 docs #100630
gh-99953: Purge mention of numeric param style from sqlite3 docs #100630
Conversation
The PEP-249 numeric style has never been supported.
cc. @zzzeek |
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.
LGTM overall, pending potential resolution of the clarification @zzzeek mentioned (that I lack the subject matter expertise to otherwise comment on).
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-100669 is a backport of this pull request to the 3.11 branch. |
pythonGH-100630) The PEP-249 numeric style has never been supported by sqlite3. (cherry picked from commit b7a68ab) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
GH-100670 is a backport of this pull request to the 3.10 branch. |
pythonGH-100630) The PEP-249 numeric style has never been supported by sqlite3. (cherry picked from commit b7a68ab) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
The PEP-249 numeric style has never been supported.