Skip to content

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

Merged
gvanrossum merged 1 commit into
python:mainfrom
itamaro:asyncio-docs-context
May 7, 2023
Merged

gh-104254: Document the optional keyword-only "context" argument to Task constructor#104251
gvanrossum merged 1 commit into
python:mainfrom
itamaro:asyncio-docs-context

Conversation

@itamaro

@itamaroitamaro commented May 6, 2023

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
ContributorAuthor

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

@gvanrossumgvanrossum added the needs backport to 3.11 only security fixes label May 7, 2023
@miss-islington

Copy link
Copy Markdown
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
Copy Markdown

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

@bedevere-botbedevere-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 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@itamaro@miss-islington@bedevere-bot@gvanrossum