[issue45612] [doc] add sqlite3 module docstring
New submission from Erlend E. Aasland <erlend.aasland@innova.no>: Currently, the sqlite3 module docstring is the old pysqlite copyright comment in the start of Lib/sqlite3/__init__.py. This is not very helpful to the general user. Suggesting to add a more helpful docstring, a la the 're' or 'array' modules (those two were randomly picked among stdlib modules with helpful docstrings). ---------- assignee: docs@python components: Documentation messages: 405030 nosy: docs@python, erlendaasland priority: normal severity: normal status: open title: [doc] add sqlite3 module docstring versions: Python 3.10, Python 3.11, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Change by Erlend E. Aasland <erlend.aasland@innova.no>: ---------- keywords: +patch pull_requests: +27488 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29224 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: New changeset 4dd1e84789f0bd2da83ad06d23c569bf03713a50 by Erlend Egeberg Aasland in branch 'main': bpo-45612: Add sqlite3 module docstring (GH-29224) https://github.com/python/cpython/commit/4dd1e84789f0bd2da83ad06d23c569bf037... ---------- nosy: +lukasz.langa _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +27551 pull_request: https://github.com/python/cpython/pull/29288 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +27552 pull_request: https://github.com/python/cpython/pull/29289 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: New changeset 823b3e39ae12884d5aa3c98341a41b2d6f19d329 by Miss Islington (bot) in branch '3.10': bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29288) https://github.com/python/cpython/commit/823b3e39ae12884d5aa3c98341a41b2d6f1... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: New changeset d6623c3ddb9a0e5ffed81253bd40f75c3c662f1a by Miss Islington (bot) in branch '3.9': bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289) https://github.com/python/cpython/commit/d6623c3ddb9a0e5ffed81253bd40f75c3c6... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
Łukasz Langa <lukasz@langa.pl> added the comment: Thanks, Erlend! ✨ 🍰 ✨ ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue45612> _______________________________________
participants (3)
-
Erlend E. Aasland
-
miss-islington
-
Łukasz Langa