-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Doc: Add explicit parameter list to sqlite3.connect #94628
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
Labels
Comments
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 6, 2022
FTR, other candidates for explicit parameter lists:
|
Repository owner
moved this from TODO: Docs
to Done
in sqlite3 issues
Jul 7, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 7, 2022
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 7, 2022
… docs (pythonGH-94629) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit 3eb2b96) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 7, 2022
… docs (pythonGH-94629) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>. (cherry picked from commit 3eb2b96) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
that referenced
this issue
Jul 7, 2022
erlend-aasland
added a commit
that referenced
this issue
Jul 7, 2022
Closed; thanks for the good work with this, @CAM-Gerlach! |
sidney
pushed a commit
to sidney/cpython
that referenced
this issue
Jul 7, 2022
…ython#94629) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The
sqlite3.connect
module level function has a lot of parameters. Adding an explicit parameter list will add more structure to this function.Discussed on Discourse, with a proof-of-concept given by CAM.
For now, I do not suggest to adapt all sqlite3 functions and methods to this doc style. That is, however, a possibility, but since most of the functions / methods accept only a very small number of parameters, I'm unsure of the gain.
The text was updated successfully, but these errors were encountered: