Skip to content

asyncio.streams.open_connection remove loop from docstring #108528

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 2 commits into from
Sep 27, 2023

Conversation

tgbugs
Copy link
Contributor

@tgbugs tgbugs commented Aug 27, 2023

asyncio.streams.open_connection no longer accepts loop as a keyword argument and providing it causes:
TypeError: BaseEventLoop.create_connection() got an unexpectedkeyword argument 'loop' therefore remove it from the docstring.

asyncio.streams.open_connection no longer accepts loop as a
keyword argument and providing it causes:
TypeError: BaseEventLoop.create_connection() got an unexpectedkeyword argument 'loop'
therefore remove it from the docstring.
@ghost
Copy link

ghost commented Aug 27, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@tgbugs
Copy link
Contributor Author

tgbugs commented Aug 27, 2023

This is a trivial change so if someone who has signed the CLA wants to submit it I don't mind.

@gvanrossum gvanrossum added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Sep 13, 2023
@gvanrossum
Copy link
Member

@tgbugs: Could you please sign the CLA? It would really be much easier that way -- I can't merge without it.

@tgbugs
Copy link
Contributor Author

tgbugs commented Sep 27, 2023

@gvanrossum CLA signed.

@gvanrossum gvanrossum merged commit e721f7a into python:main Sep 27, 2023
@miss-islington
Copy link
Contributor

Thanks @tgbugs for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 27, 2023
@bedevere-app
Copy link

bedevere-app bot commented Sep 27, 2023

GH-109941 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 only security fixes label Sep 27, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 27, 2023
@bedevere-app
Copy link

bedevere-app bot commented Sep 27, 2023

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

@bedevere-app bedevere-app bot removed the needs backport to 3.11 only security fixes label Sep 27, 2023
@gvanrossum
Copy link
Member

@tgbugs I just realized (seconds after merging :-) that a similar change needs to be applied to open_connection(). Are you interested in taking that on, now that you've got the CLA signed and all?

serhiy-storchaka pushed a commit that referenced this pull request Sep 27, 2023
…GH-108528) (#109942)

Remove loop from docstring for asyncio.streams.open_connection (GH-108528)
(cherry picked from commit e721f7a)

Co-authored-by: Tom Gillespie <[email protected]>
@tgbugs
Copy link
Contributor Author

tgbugs commented Sep 27, 2023 via email

@gvanrossum
Copy link
Member

@tgbugs No problem, take your time.

csm10495 pushed a commit to csm10495/cpython that referenced this pull request Sep 28, 2023
Yhg1s pushed a commit that referenced this pull request Oct 2, 2023
…GH-108528) (#109941)

Remove loop from docstring for asyncio.streams.open_connection (GH-108528)
(cherry picked from commit e721f7a)

Co-authored-by: Tom Gillespie <[email protected]>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants