Skip to content

bpo-45089: Improve sqlite3 trace callback docs - #28238

Merged
ambv merged 1 commit into
python:mainfrom
erlend-aasland:sqlite-trace-doc
Sep 15, 2021
Merged

bpo-45089: Improve sqlite3 trace callback docs#28238
ambv merged 1 commit into
python:mainfrom
erlend-aasland:sqlite-trace-doc

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Sep 8, 2021

Copy link
Copy Markdown
Contributor
  • Add links to str class and sqlite3 transaction control
  • Mention that exceptions are not propagated

https://bugs.python.org/issue45089

- Add link to str object and sqlite3 transaction control
- Mention that exceptions are not propagated
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @erlend-aasland for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 15, 2021
- Add link to str object and sqlite3 transaction control
- Mention that exceptions are not propagated
(cherry picked from commit 51056b4)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@bedevere-botbedevere-bot removed the needs backport to 3.10 only security fixes label Sep 15, 2021
@bedevere-bot

Copy link
Copy Markdown

GH-28371 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 15, 2021
- Add link to str object and sqlite3 transaction control
- Mention that exceptions are not propagated
(cherry picked from commit 51056b4)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@bedevere-bot

Copy link
Copy Markdown

GH-28372 is a backport of this pull request to the 3.9 branch.

@erlend-aasland
erlend-aasland deleted the sqlite-trace-doc branch September 15, 2021 18:40
ambv pushed a commit that referenced this pull request Sep 15, 2021
- Add link to str object and sqlite3 transaction control
- Mention that exceptions are not propagated
(cherry picked from commit 51056b4)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
ambv pushed a commit that referenced this pull request Sep 15, 2021
- Add link to str object and sqlite3 transaction control
- Mention that exceptions are not propagated
(cherry picked from commit 51056b4)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Thanks, @ambv 🙏🏻

pablogsal pushed a commit that referenced this pull request Sep 29, 2021
- Add link to str object and sqlite3 transaction control
- Mention that exceptions are not propagated
(cherry picked from commit 51056b4)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aaslanderlend-aasland mentioned this pull request Jul 27, 2022
5 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@erlend-aasland@miss-islington@bedevere-bot@ambv@the-knights-who-say-ni