-
-
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
bpo-30593: Document that sqlite3.Cursor.executescript disregards isolation_level #26220
Conversation
@pablogsal I'm adding skip news to this. Can be backported to 3.10 and 3.9 (3.8 doesn't even get doc updates anymore, right?). |
Yep, docs changes can almost always be backported! |
All right :) Thanks. |
But I note that Berker chose only to apply backport labels for 3.10 and 3.9 to GH-26027. Maybe do likewise here? |
I don't see personally any problem of improving the docs of all versions even if they are in sec fixes only, bit maybe I am missing some context... |
Thanks @erlend-aasland for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9. |
…thonGH-26220) (cherry picked from commit 9014437) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26230 is a backport of this pull request to the 3.10 branch. |
…thonGH-26220) (cherry picked from commit 9014437) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-26231 is a backport of this pull request to the 3.9 branch. |
Thanks for reviewing, Berker & Pablo! |
It's because historically online documentation of security-fix-only branches weren't updated daily. |
…-26220) (cherry picked from commit 9014437) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
…-26220) (cherry picked from commit 9014437) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
https://bugs.python.org/issue30593