summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-08-10 13:47:11 (GMT)
committerGitHub <noreply@github.com>2021-08-10 13:47:11 (GMT)
commit52d481f15c953e06155e65ca823c8f6cae7a6b65 (patch)
treef0fb7a027b807d1cc81b7c6633165dd31ad759ac /Misc
parent2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e (diff)
downloadcpython-52d481f15c953e06155e65ca823c8f6cae7a6b65.zip
cpython-52d481f15c953e06155e65ca823c8f6cae7a6b65.tar.gz
cpython-52d481f15c953e06155e65ca823c8f6cae7a6b65.tar.bz2
make lib2to3 parse async generators everywhere (GH-6588)
(cherry picked from commit 149addd4960d634ce672ab5fc17e0e785a0cdcd0) Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-24-14-25-07.bpo-33349.Y_0LIr.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-24-14-25-07.bpo-33349.Y_0LIr.rst b/Misc/NEWS.d/next/Library/2018-04-24-14-25-07.bpo-33349.Y_0LIr.rst
new file mode 100644
index 0000000..be68b3e
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-24-14-25-07.bpo-33349.Y_0LIr.rst
@@ -0,0 +1 @@
+lib2to3 now recognizes async generators everywhere.