Skip to content

bpo-42783: Documentation for asyncio.sleep(0)#24002

Merged
ncoghlan merged 2 commits into
python:masterfrom
simonw:patch-3
Jan 7, 2021
Merged

bpo-42783: Documentation for asyncio.sleep(0)#24002
ncoghlan merged 2 commits into
python:masterfrom
simonw:patch-3

Conversation

@simonw

@simonw simonw commented Dec 29, 2020

Copy link
Copy Markdown
Contributor

@simonw

simonw commented Dec 29, 2020

Copy link
Copy Markdown
Contributor Author

The asyncio.sleep(0) idiom is described in python/asyncio#284 but isn't currently covered by the Python documentation.

@simonw

simonw commented Dec 29, 2020

Copy link
Copy Markdown
Contributor Author

I think this warrants the skip news label.

Comment thread Doc/library/asyncio-task.rst Outdated
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
@ncoghlan ncoghlan merged commit 5c30145 into python:master Jan 7, 2021
@bedevere-bot

Copy link
Copy Markdown

@ncoghlan: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington

Copy link
Copy Markdown
Contributor

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

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @simonw and @ncoghlan, I could not cleanly backport this to 3.9 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 5c30145afb6053998e3518befff638d207047f00 3.9

@bedevere-bot

Copy link
Copy Markdown

GH-24153 is a backport of this pull request to the 3.9 branch.

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
iritkatriel pushed a commit that referenced this pull request May 18, 2021
)

Co-Authored-By: Simon Willison <swillison@gmail.com>
@simonw simonw deleted the patch-3 branch May 18, 2021 22:32
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.

6 participants