summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@gmail.com>2020-03-03 22:25:44 (GMT)
committerGitHub <noreply@github.com>2020-03-03 22:25:44 (GMT)
commitbe501ca2419a91546dea85ef4f36945545458589 (patch)
tree75288eb978f78b97d2da5b2a052b9908531066f3 /Misc
parent116fd4af7370706d0d99ac7c70541ef965672d4e (diff)
downloadcpython-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.rst2
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`).