Skip to content

gh-94628: Add explicit parameter list to sqlite3.connect docs #94629

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

Merged
merged 4 commits into from
Jul 7, 2022

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jul 6, 2022

@bedevere-bot bedevere-bot added awaiting core review docs Documentation in the Doc dir labels Jul 6, 2022
@erlend-aasland erlend-aasland linked an issue Jul 6, 2022 that may be closed by this pull request
@CAM-Gerlach

This comment was marked as resolved.

Copy link
Member

@CAM-Gerlach CAM-Gerlach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks; a few comments...

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@erlend-aasland
Copy link
Contributor Author

FYI, if you want to actually add me as a co-author of the commit(s) that shows up in Git and GitHub, you can add [...]

Thanks, I already do that ;)

Thanks for reviewing!

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@erlend-aasland erlend-aasland merged commit 3eb2b96 into python:main Jul 7, 2022
@miss-islington
Copy link
Contributor

Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @erlend-aasland, I had trouble checking out the 3.11 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 3eb2b9634fdc6826a558fa5aa820dc6e69b7800e 3.11

@miss-islington
Copy link
Contributor

Sorry, @erlend-aasland, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 3eb2b9634fdc6826a558fa5aa820dc6e69b7800e 3.10

@erlend-aasland erlend-aasland deleted the sqlite-doc-connect branch July 7, 2022 07:10
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 7, 2022
@bedevere-bot
Copy link

GH-94645 is a backport of this pull request to the 3.11 branch.

erlend-aasland added a commit to erlend-aasland/cpython that referenced this pull request Jul 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
… 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 pull request Jul 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
… 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>
@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 7, 2022
@bedevere-bot
Copy link

GH-94646 is a backport of this pull request to the 3.10 branch.

erlend-aasland added a commit that referenced this pull request Jul 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…H-94629) (#94645)

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 pull request Jul 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…H-94629) (#94646)

Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>.
(cherry picked from commit 3eb2b96)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
sidney pushed a commit to sidney/cpython that referenced this pull request Jul 7, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…ython#94629)

Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
erlend-aasland pushed a commit that referenced this pull request Sep 27, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…nect docs (#97568)

This docs inconsistency was introduced by the 3.10 backport of gh-94629: gh-94646
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 skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doc: Add explicit parameter list to sqlite3.connect
4 participants