-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: improve accuracy of sqlite3.Connection.interrupt() #102904
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: improve accuracy of sqlite3.Connection.interrupt() #102904
Conversation
Mention that OperationalError will be raised
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.
Very minor purely optional tweak; otherwise LGTM!
Co-authored-by: C.A.M. Gerlach <[email protected]>
Thanks for the reviews! |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-102912 is a backport of this pull request to the 3.11 branch. |
…2904) (cherry picked from commit 7b2d53d) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
GH-102913 is a backport of this pull request to the 3.10 branch. |
…2904) (cherry picked from commit 7b2d53d) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
(cherry picked from commit 7b2d53d) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
(cherry picked from commit 7b2d53d) Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Mention that OperationalError will be raised