Skip to content
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

gh-104254: Document the optional keyword-only "context" argument to Task constructor #104251

Merged
merged 1 commit into from
May 7, 2023

Conversation

itamaro
Copy link
Contributor

@itamaro itamaro commented May 6, 2023

@bedevere-bot bedevere-bot added docs Documentation in the Doc dir skip news labels May 6, 2023
@itamaro itamaro changed the title Document the optional keyword-only "context" argument to Task constructor gh-104254: Document the optional keyword-only "context" argument to Task constructor May 7, 2023
@itamaro itamaro marked this pull request as ready for review May 7, 2023 00:17
@gvanrossum gvanrossum merged commit 4ee2068 into python:main May 7, 2023
@itamaro
Copy link
Contributor Author

itamaro commented May 7, 2023

thanks for merging! should this be backported to 3.11 too?

@gvanrossum gvanrossum added the needs backport to 3.11 only security fixes label May 7, 2023
@miss-islington
Copy link
Contributor

Thanks @itamaro for the PR, and @gvanrossum for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

@bedevere-bot
Copy link

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

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label May 7, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 7, 2023
…t to Task constructor (pythonGH-104251)

(This was added in 3.11. It was already documented for `create_task()`, but not for `Task()`.)
(cherry picked from commit 4ee2068)

Co-authored-by: Itamar Ostricher <itamarost@gmail.com>
kumaraditya303 pushed a commit that referenced this pull request May 7, 2023
…nt to Task constructor (GH-104251) (#104258)

gh-104254: Document the optional keyword-only "context" argument to Task constructor (GH-104251)

(This was added in 3.11. It was already documented for `create_task()`, but not for `Task()`.)
(cherry picked from commit 4ee2068)

Co-authored-by: Itamar Ostricher <itamarost@gmail.com>
@itamaro itamaro deleted the asyncio-docs-context branch May 7, 2023 04:51
jbower-fb pushed a commit to jbower-fb/cpython-jbowerfb that referenced this pull request May 8, 2023
…t to Task constructor (python#104251)

(This was added in 3.11. It was already documented for `create_task()`, but not for `Task()`.)
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.

4 participants