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: Clarify when the sqlite_* attributes are added to sqlite3 exceptions #95523
gh-95273: Clarify when the sqlite_* attributes are added to sqlite3 exceptions #95523
Conversation
erlend-aasland
commented
Aug 1, 2022
•
edited by bedevere-bot
edited by bedevere-bot
- Issue: Improve the sqlite3 reference #95273
I remembered you said you were swamped with work at the moment, so I took the chance with a small PR :) |
Thanks @erlend-aasland for the PR |
Sorry, @erlend-aasland, I could not cleanly backport this to |
GH-95524 is a backport of this pull request to the 3.11 branch. |
… exceptions (pythonGH-95523) (cherry picked from commit 1e6b635) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Removing 3.10 backport, as 3.10 does not have this feature. |