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 erlendaasland
Recipients JelleZijlstra, erlendaasland
Date 2022-02-28.10:50:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646045428.22.0.0724822171916.issue46878@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2022-02-28 10:50:28erlendaaslandsetrecipients: + erlendaasland, JelleZijlstra
2022-02-28 10:50:28erlendaaslandsetmessageid: <1646045428.22.0.0724822171916.issue46878@roundup.psfhosted.org>
2022-02-28 10:50:28erlendaaslandlinkissue46878 messages
2022-02-28 10:50:28erlendaaslandcreate