summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.13.rst
diff options
context:
space:
mode:
authorLaurie O <laurie_opperman@hotmail.com>2024-04-08 14:50:54 (GMT)
committerGitHub <noreply@github.com>2024-04-08 14:50:54 (GMT)
commite16062dd3428a5846344e0a8c6ee2f352d34ce1b (patch)
tree8031a3fe204bd6aeeb66febd2be9a3f976a356c6 /Doc/whatsnew/3.13.rst
parent26a680a58524fe39eecb243e37adfa6e157466f6 (diff)
downloadcpython-e16062dd3428a5846344e0a8c6ee2f352d34ce1b.zip
cpython-e16062dd3428a5846344e0a8c6ee2f352d34ce1b.tar.gz
cpython-e16062dd3428a5846344e0a8c6ee2f352d34ce1b.tar.bz2
gh-96471: Correct documentation for asyncio queue shutdown (#117621)
Diffstat (limited to 'Doc/whatsnew/3.13.rst')
-rw-r--r--Doc/whatsnew/3.13.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 9e40bf0..0fe2daf 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -298,7 +298,7 @@ asyncio
* Add :meth:`asyncio.Queue.shutdown` (along with
:exc:`asyncio.QueueShutDown`) for queue termination.
- (Contributed by Laurie Opperman in :gh:`104228`.)
+ (Contributed by Laurie Opperman and Yves Duprat in :gh:`104228`.)
base64
------