[issue34061] Document sqlite3.NotSupportedError exception
New submission from Berker Peksag <berker.peksag@gmail.com>: Most of the exceptions in sqlite3 module were documented in issue 6057 (https://github.com/python/cpython/commit/ed789f9cf9586d94e85115bb516a2ab6b9a...) Unfortunately, I noticed that I missed NotSupportedError while reviewing PR 8086. I think it should be documented in the Exceptions section as well: https://docs.python.org/3.8/library/sqlite3.html#exceptions We can adapt the text in PEP 249: https://www.python.org/dev/peps/pep-0249/#notsupportederror ---------- assignee: docs@python components: Documentation keywords: easy messages: 321184 nosy: berker.peksag, docs@python priority: normal severity: normal stage: needs patch status: open title: Document sqlite3.NotSupportedError exception type: enhancement versions: Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Change by Marcin Niemira <marcin@niemira.net>: ---------- keywords: +patch pull_requests: +7729 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset bc9aa813a34474e517af8999565ff6151559d42f by Berker Peksag (Marcin Niemira) in branch 'master': bpo-34061: Document sqlite3.NotSupportedError (GH-8172) https://github.com/python/cpython/commit/bc9aa813a34474e517af8999565ff615155... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Change by Berker Peksag <berker.peksag@gmail.com>: ---------- stage: patch review -> backport needed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Change by Marcin Niemira <marcin@niemira.net>: ---------- pull_requests: +7740 stage: backport needed -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Change by Marcin Niemira <marcin@niemira.net>: ---------- pull_requests: +7741 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset 404156534893461165bb5b99a42cabe261dddb78 by Berker Peksag (Marcin Niemira) in branch '3.6': bpo-34061: Document sqlite3.NotSupportedError (GH-8172) https://github.com/python/cpython/commit/404156534893461165bb5b99a42cabe261d... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: New changeset 0b63759651b366ddb4c1c1dece12ef776053d5ee by Berker Peksag (Marcin Niemira) in branch '3.7': bpo-34061: Document sqlite3.NotSupportedError (GH-8172) https://github.com/python/cpython/commit/0b63759651b366ddb4c1c1dece12ef77605... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
Berker Peksag <berker.peksag@gmail.com> added the comment: Thanks, Marcin. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue34061> _______________________________________
participants (2)
-
Berker Peksag
-
Marcin Niemira