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-95913: Update what's new in 3.11 for asyncio #97806

Merged
merged 8 commits into from
Oct 4, 2022

Conversation

gvanrossum
Copy link
Member

@gvanrossum gvanrossum commented Oct 3, 2022

  • Add TaskGroup, timeout(), Runner, and brief mention of cancelling(), uncancel(), BrokenBarrierError.
  • Rearrange, sorting by (subjective) importance.
  • Add links and rephrase.

I couldn't figure out how to add links for sock_sendto(), sock_recvfrom() and sock_recvfrom_into().

@bedevere-bot bedevere-bot added awaiting core review docs Documentation in the Doc dir skip news labels Oct 3, 2022
@gvanrossum gvanrossum added needs backport to 3.11 only security fixes and removed docs Documentation in the Doc dir labels Oct 3, 2022
Doc/whatsnew/3.11.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.11.rst Outdated Show resolved Hide resolved
Copy link
Contributor

@kumaraditya303 kumaraditya303 left a comment

Choose a reason for hiding this comment

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

LGTM with a typo fix I suggested.

Co-authored-by: Kumar Aditya <[email protected]>
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.

Just a few minor tweaks; looks like @kumaraditya303 already covered my more substantive comments from the erstwhile review that I fell asleep before I submitted. Thanks @gvanrossum for taking care of this!

Doc/whatsnew/3.11.rst Show resolved Hide resolved
Doc/whatsnew/3.11.rst Show resolved Hide resolved
Doc/whatsnew/3.11.rst Show resolved Hide resolved
Doc/whatsnew/3.11.rst Outdated Show resolved Hide resolved
Doc/whatsnew/3.11.rst Outdated Show resolved Hide resolved
gvanrossum and others added 2 commits October 4, 2022 10:15
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Doc/whatsnew/3.11.rst Outdated Show resolved Hide resolved
Co-authored-by: Jelle Zijlstra <[email protected]>
@CAM-Gerlach CAM-Gerlach mentioned this pull request Oct 4, 2022
33 tasks
@gvanrossum gvanrossum merged commit 9fbfa42 into python:main Oct 4, 2022
@miss-islington
Copy link
Contributor

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

@gvanrossum gvanrossum deleted the whatsnew-asyncio branch October 4, 2022 18:36
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Oct 4, 2022
@bedevere-bot
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 4, 2022
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit 9fbfa42)

Co-authored-by: Guido van Rossum <[email protected]>
miss-islington added a commit that referenced this pull request Oct 4, 2022
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit 9fbfa42)

Co-authored-by: Guido van Rossum <[email protected]>
mpage pushed a commit to mpage/cpython that referenced this pull request Oct 11, 2022
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Jelle Zijlstra <[email protected]>
pablogsal pushed a commit that referenced this pull request Oct 22, 2022
Co-authored-by: Kumar Aditya <[email protected]>
Co-authored-by: C.A.M. Gerlach <[email protected]>
Co-authored-by: Jelle Zijlstra <[email protected]>
(cherry picked from commit 9fbfa42)

Co-authored-by: Guido van Rossum <[email protected]>
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.

6 participants