diff options
author | Brett Cannon <brett@python.org> | 2016-09-05 22:33:46 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-09-05 22:33:46 (GMT) |
commit | 3cebf9387279d8b21369f55e205392199ad9b1a2 (patch) | |
tree | 3ab40b5c47ee4876a46d2ca6920b402a0e63cd16 /Misc/NEWS | |
parent | 625cb379f7e77457ca5be94e175d4b71a1d8989f (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |