summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-26 12:26:15 (GMT)
committerGitHub <noreply@github.com>2023-06-26 12:26:15 (GMT)
commit8d5d60f72da9a9a150e24ccf75029d85cf4e4fc0 (patch)
tree641de973894a03ab32cbf4ab2a165bccc0b8027d /Misc
parent9e6f8d46150c1a0af09d68ce63c603cf321994aa (diff)
downloadcpython-8d5d60f72da9a9a150e24ccf75029d85cf4e4fc0.zip
cpython-8d5d60f72da9a9a150e24ccf75029d85cf4e4fc0.tar.gz
cpython-8d5d60f72da9a9a150e24ccf75029d85cf4e4fc0.tar.bz2
[3.12] gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-106090) (#106098)
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-106090) (cherry picked from commit a12e8ffb49e05a1d1874389318911ce9685db232) Co-authored-by: James Webber <jamestwebber@users.noreply.github.com> Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS.d/next/Library/2023-06-25-12-28-55.gh-issue-106075.W7tMRb.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index be87556..454b631 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1946,6 +1946,7 @@ Colin Watson
David Watson
Aaron Watters
Alex Waygood
+James Webber
Russel Webber
Henrik Weber
Leon Weber
diff --git a/Misc/NEWS.d/next/Library/2023-06-25-12-28-55.gh-issue-106075.W7tMRb.rst b/Misc/NEWS.d/next/Library/2023-06-25-12-28-55.gh-issue-106075.W7tMRb.rst
new file mode 100644
index 0000000..d268715
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-06-25-12-28-55.gh-issue-106075.W7tMRb.rst
@@ -0,0 +1 @@
+Added `asyncio.taskgroups.__all__` to `asyncio.__all__` for export in star imports.