New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Inline sqlite3 code examples #96414
Labels
docs
Documentation in the Doc dir
easy
expert-sqlite3
triaged
The issue has been accepted as valid by a triager.
type-feature
A feature request or enhancement
Comments
erlend-aasland
added a commit
that referenced
this issue
Aug 31, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 31, 2022
(cherry picked from commit f7e7bf1) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
miss-islington
added a commit
that referenced
this issue
Aug 31, 2022
erlend-aasland
added a commit
that referenced
this issue
Aug 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
docs
Documentation in the Doc dir
easy
expert-sqlite3
triaged
The issue has been accepted as valid by a triager.
type-feature
A feature request or enhancement
erlend-aasland commentedAug 30, 2022
Currently, a lot of the sqlite3 code examples are included into
Doc/library/sqlite3.rst
usingliteralinclude
s. This implies that they are not included in doctests, so making sure they work is a continuous task that needs to be done manually by the maintainer. Also, sqlite3 stands out with this practice; very few other stdlib modules include code examples usingliteralinclude
.Suggesting to inline all examples, because of the following benefits:
The text was updated successfully, but these errors were encountered: