New submission from Erlend E. Aasland <erlend.aasl...@innova.no>:
Several sqlite3 methods are "marked" as non-standard in their docstrings. This is an historic artefact which (I assume) implies that a method is not a part of the DB-API defined by PEP 249. Questions regarding the "non-standard" strings arise from time to time, as the meaning is not immediately obvious. The question surfaced in a code review in October 2021[^1], and again in a more recent PR[^2]. Suggesting to purge "non-standard" from all docstrings once and for all to avoid more confusion. [^1]: https://github.com/python/cpython/pull/28463#discussion_r724371832 [^2]: https://github.com/python/cpython/pull/26728#discussion_r815523101 ---------- messages: 414186 nosy: Jelle Zijlstra, erlendaasland priority: normal severity: normal status: open title: [sqlite3] remove "non-standard" from docstrings versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue46878> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com