[docs] [issue34061] Document sqlite3.NotSupportedError exception
Berker Peksag
report at bugs.python.org
Fri Jul 6 12:51:48 EDT 2018
New submission from Berker Peksag <berker.peksag at gmail.com>:
Most of the exceptions in sqlite3 module were documented in issue 6057 (https://github.com/python/cpython/commit/ed789f9cf9586d94e85115bb516a2ab6b9a2f668)
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 at python
components: Documentation
keywords: easy
messages: 321184
nosy: berker.peksag, docs at 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 at bugs.python.org>
<https://bugs.python.org/issue34061>
_______________________________________
More information about the docs
mailing list