Skip to content

GH-95913: Update what's new in 3.11 for asyncio - #97806

Merged
gvanrossum merged 8 commits into
python:mainfrom
gvanrossum:whatsnew-asyncio
Oct 4, 2022
Merged

GH-95913: Update what's new in 3.11 for asyncio#97806
gvanrossum merged 8 commits into
python:mainfrom
gvanrossum:whatsnew-asyncio

Conversation

@gvanrossum

@gvanrossumgvanrossum commented Oct 3, 2022

Copy link
Copy Markdown
Member
  • 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().

@gvanrossumgvanrossum added needs backport to 3.11 only security fixes and removed docs Documentation in the Doc dir labels Oct 3, 2022
Comment threadDoc/whatsnew/3.11.rst Outdated
Comment threadDoc/whatsnew/3.11.rst Outdated
Comment threadDoc/whatsnew/3.11.rst Outdated
Comment threadDoc/whatsnew/3.11.rst
gvanrossumand others added 2 commits October 4, 2022 08:02
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Comment threadDoc/whatsnew/3.11.rst Outdated

@kumaraditya303kumaraditya303 left a comment

Copy link
Copy Markdown
Contributor

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 <59607654+kumaraditya303@users.noreply.github.com>

@CAM-GerlachCAM-Gerlach left a comment

Copy link
Copy Markdown
Member

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!

Comment threadDoc/whatsnew/3.11.rst
Comment threadDoc/whatsnew/3.11.rst
Comment threadDoc/whatsnew/3.11.rst
Comment threadDoc/whatsnew/3.11.rst Outdated
Comment threadDoc/whatsnew/3.11.rst Outdated
gvanrossumand others added 2 commits October 4, 2022 10:15
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Comment threadDoc/whatsnew/3.11.rst Outdated
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@CAM-GerlachCAM-Gerlach mentioned this pull request Oct 4, 2022
33 tasks
@gvanrossum
gvanrossum merged commit 9fbfa42 into python:mainOct 4, 2022
@miss-islington

Copy link
Copy Markdown
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-botbedevere-bot removed the needs backport to 3.11 only security fixes label Oct 4, 2022
@bedevere-bot

Copy link
Copy Markdown

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 <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 9fbfa42)
Co-authored-by: Guido van Rossum <guido@python.org>
miss-islington added a commit that referenced this pull request Oct 4, 2022
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 9fbfa42)
Co-authored-by: Guido van Rossum <guido@python.org>
mpage pushed a commit to mpage/cpython that referenced this pull request Oct 11, 2022
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
pablogsal pushed a commit that referenced this pull request Oct 22, 2022
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 9fbfa42)
Co-authored-by: Guido van Rossum <guido@python.org>
Sign up for freeto 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

@gvanrossum@miss-islington@bedevere-bot@JelleZijlstra@CAM-Gerlach@kumaraditya303