summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-09-07 18:16:41 (GMT)
committerBrett Cannon <brett@python.org>2016-09-07 18:16:41 (GMT)
commit5c4de2863b217338deb9a0fcd20b202b8647b366 (patch)
treebba5ca1d16f518125a5d2bfb4fe32a362f5527d5 /Misc
parenta9296e7f3be4d6c22271b25c86467ff867c63bbb (diff)
downloadcpython-5c4de2863b217338deb9a0fcd20b202b8647b366.zip
cpython-5c4de2863b217338deb9a0fcd20b202b8647b366.tar.gz
cpython-5c4de2863b217338deb9a0fcd20b202b8647b366.tar.bz2
Add the co_extra field and accompanying APIs to code objects.
This completes PEP 523.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef85d1c..3dc9693 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,7 +27,7 @@ Core and Builtins
the braces (where the expressions are). This is a breaking change
from the 3.6 alpha releases.
-- Implement the frame evaluation part of PEP 523.
+- Implement PEP 523.
- Issue #27870: A left shift of zero by a large integer no longer attempts
to allocate large amounts of memory.