summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-09-05 22:33:46 (GMT)
committerBrett Cannon <brett@python.org>2016-09-05 22:33:46 (GMT)
commit3cebf9387279d8b21369f55e205392199ad9b1a2 (patch)
tree3ab40b5c47ee4876a46d2ca6920b402a0e63cd16 /Misc/NEWS
parent625cb379f7e77457ca5be94e175d4b71a1d8989f (diff)
downloadcpython-3cebf9387279d8b21369f55e205392199ad9b1a2.zip
cpython-3cebf9387279d8b21369f55e205392199ad9b1a2.tar.gz
cpython-3cebf9387279d8b21369f55e205392199ad9b1a2.tar.bz2
Implement the frame evaluation API aspect of PEP 523.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f9abe29..c411531 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,7 +17,9 @@ Core and Builtins
restriction: in beta 2, backslashes will only be disallowed inside
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.
+
- Issue #27870: A left shift of zero by a large integer no longer attempts
to allocate large amounts of memory.