New submission from Berker Peksag <berker.pek...@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@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue34061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to