Issue 44855: [doc] Complete the sqlite3 exception documentation (original) (raw)

Issue44855

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:48 admin set github: 89018
2021-08-06 20:26:30 erlendaasland set title: [doc] some sqlite3 exceptions are not documented -> [doc] Complete the sqlite3 exception documentation
2021-08-06 20:26:01 erlendaasland set messages: +
2021-08-06 20:19:59 erlendaasland set title: [DOC] some sqlite3 exceptions are not documented -> [doc] some sqlite3 exceptions are not documented
2021-08-06 20:13:00 erlendaasland set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest26139>
2021-08-06 20:12:24 erlendaasland create