Message321184
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.
| Author | berker.peksag |
|---|---|
| Recipients | berker.peksag, docs@python |
| Date | 2018-07-06.16:51:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530895908.13.0.56676864532.issue34061@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-06 16:51:48 | berker.peksag | set | recipients: + berker.peksag, docs@python |
| 2018-07-06 16:51:48 | berker.peksag | set | messageid: <1530895908.13.0.56676864532.issue34061@psf.upfronthosting.co.za> |
| 2018-07-06 16:51:48 | berker.peksag | link | issue34061 messages |
| 2018-07-06 16:51:47 | berker.peksag | create | |