diff options
author | Batuhan Taskaya <isidentical@gmail.com> | 2021-05-03 07:43:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 07:43:00 (GMT) |
commit | ad106c68eb00f5e4af2f937107baff6141948cee (patch) | |
tree | e3b3b5aa1e2f62015da34efd1a46b4faef378ab1 /Misc | |
parent | 37ebdf0a866457ce825d0ff6e498a10938895760 (diff) | |
download | cpython-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.rst | 2 |
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. |