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
Document all parameters of all sqlite3 functions/methods #95235
Comments
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 25, 2022
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 25, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 25, 2022
… and methods (pythonGH-95236) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit ac6a94c) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 25, 2022
… and methods (pythonGH-95236) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit ac6a94c) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
that referenced
this issue
Jul 25, 2022
…ethods (#95236) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
erlend-aasland
added a commit
that referenced
this issue
Jul 26, 2022
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 26, 2022
…ythonGH-95240) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> (cherry picked from commit 5012bed) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Jul 26, 2022
…thods (pythonGH-95240) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>. (cherry picked from commit 5012bed) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
erlend-aasland
added a commit
that referenced
this issue
Jul 26, 2022
ambv
pushed a commit
that referenced
this issue
Jul 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref. #94320 (comment)
Also consider using explicit parameter lists more often (or always?). Obvious candidates for explicit parameter lists:
sqlite3.Connection.create_*sqlite3.Connection.blobopensqlite3.Connection.backupThe text was updated successfully, but these errors were encountered: