This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: [doc] Complete the sqlite3 exception documentation
Type: Stage: patch review
Components: Documentation Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, erlendaasland
Priority: normal Keywords: patch

Created on 2021-08-06 20:12 by erlendaasland, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 27645 open erlendaasland, 2021-08-06 20:13
Messages (2)
msg399139 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-08-06 20:12
sqlite3.InterfaceError, sqlite3.DataError, and sqlite3.InternalError are not documented.
msg399140 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-08-06 20:26
Also, the documentation of sqlite3.Warning could be improved. Currently, it reads "A subclass of Exception".

Suggesting to simply sync the descriptions of the exceptions with PEP 249.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 89018
2021-08-06 20:26:30erlendaaslandsettitle: [doc] some sqlite3 exceptions are not documented -> [doc] Complete the sqlite3 exception documentation
2021-08-06 20:26:01erlendaaslandsetmessages: + msg399140
2021-08-06 20:19:59erlendaaslandsettitle: [DOC] some sqlite3 exceptions are not documented -> [doc] some sqlite3 exceptions are not documented
2021-08-06 20:13:00erlendaaslandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request26139
2021-08-06 20:12:24erlendaaslandcreate