-
-
Notifications
You must be signed in to change notification settings - Fork 31.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-95273: Improve documented return values and exceptions raised for sqlite3 class methods #95530
gh-95273: Improve documented return values and exceptions raised for sqlite3 class methods #95530
Conversation
erlend-aasland
commented
Aug 1, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Improve the sqlite3 reference #95273
(@erlend-aasland: I fixed a merge conflict, if you are going to make changes to your local branch remember to pull the merge before you create more commits.) |
Thanks for the review Ezio! I'm extending this PR to use parameter lists in a few more cases. I'll ping you again when I'm ready for a second review. |
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.
The words look good, and I'm always in favour of more type hints in the docs (where they're useful)! I'll leave the ReST/Sphinx syntax to Ezio :D
Co-authored-by: Alex Waygood <[email protected]>
FTR, I'm going to land this later today. |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @erlend-aasland, I had trouble checking out the |
Sorry, @erlend-aasland, I could not cleanly backport this to |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
Sorry @erlend-aasland, I had trouble checking out the |
Sorry @erlend-aasland, I had trouble checking out the |
GH-95673 is a backport of this pull request to the 3.11 branch. |
…s raised for sqlite3 class methods (pythonGH-95530) Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 12d92c7) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…s raised for sqlite3 class methods (pythonGH-95530) Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: Alex Waygood <[email protected]>. (cherry picked from commit 12d92c7) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-95674 is a backport of this pull request to the 3.10 branch. |
…ed for sqlite3 class methods (GH-95530) (#95673) Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: Alex Waygood <[email protected]> (cherry picked from commit 12d92c7) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…ed for sqlite3 class methods (GH-95530) (#95674) Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: Alex Waygood <[email protected]>. (cherry picked from commit 12d92c7) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…d for sqlite3 class methods (python#95530) Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: Alex Waygood <[email protected]>