-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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-92780: Improve sqlite3.Connection.create_collation docs #92790
gh-92780: Improve sqlite3.Connection.create_collation docs #92790
Conversation
@AdrianIssott, would you mind reviewing this? |
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.
Looks good, other than the mishap with ReST :)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
LGTM 👍 |
Thanks for the reviews. I'll merge in a day or two. |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11. |
…honGH-92790) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
GH-92922 is a backport of this pull request to the 3.11 branch. |
…honGH-92790) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
GH-92923 is a backport of this pull request to the 3.10 branch. |
…honGH-92790) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit 7ee19e2) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
GH-92924 is a backport of this pull request to the 3.9 branch. |
Resolves #92780