diff options
author | Brandt Bucher <brandtbucher@gmail.com> | 2020-03-03 22:25:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 22:25:44 (GMT) |
commit | be501ca2419a91546dea85ef4f36945545458589 (patch) | |
tree | 75288eb978f78b97d2da5b2a052b9908531066f3 /Misc | |
parent | 116fd4af7370706d0d99ac7c70541ef965672d4e (diff) | |
download | cpython-be501ca2419a91546dea85ef4f36945545458589.zip cpython-be501ca2419a91546dea85ef4f36945545458589.tar.gz cpython-be501ca2419a91546dea85ef4f36945545458589.tar.bz2 |
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-02-20-08-12-52.bpo-39702.4_AmyF.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-02-20-08-12-52.bpo-39702.4_AmyF.rst b/Misc/NEWS.d/next/Core and Builtins/2020-02-20-08-12-52.bpo-39702.4_AmyF.rst new file mode 100644 index 0000000..58bafa1 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2020-02-20-08-12-52.bpo-39702.4_AmyF.rst @@ -0,0 +1,2 @@ +Relax :term:`decorator` grammar restrictions to allow any valid expression +(:pep:`614`). |