summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBatuhan Taskaya <isidentical@gmail.com>2021-05-03 07:43:00 (GMT)
committerGitHub <noreply@github.com>2021-05-03 07:43:00 (GMT)
commitad106c68eb00f5e4af2f937107baff6141948cee (patch)
treee3b3b5aa1e2f62015da34efd1a46b4faef378ab1 /Misc
parent37ebdf0a866457ce825d0ff6e498a10938895760 (diff)
downloadcpython-ad106c68eb00f5e4af2f937107baff6141948cee.zip
cpython-ad106c68eb00f5e4af2f937107baff6141948cee.tar.gz
cpython-ad106c68eb00f5e4af2f937107baff6141948cee.tar.bz2
bpo-42725: Render annotations effectless on symbol table with PEP 563 (GH-25583)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-04-25-05-40-51.bpo-42725.WGloYm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-04-25-05-40-51.bpo-42725.WGloYm.rst b/Misc/NEWS.d/next/Core and Builtins/2021-04-25-05-40-51.bpo-42725.WGloYm.rst
new file mode 100644
index 0000000..c9ea706
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-04-25-05-40-51.bpo-42725.WGloYm.rst
@@ -0,0 +1,2 @@
+Usage of ``await``/``yield``/``yield from`` and named expressions within an
+annotation is now forbidden when PEP 563 is activated.