summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-10 04:23:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-04-10 04:23:18 (GMT)
commit0654be18b387cbd136bfb62d77849111a954b58b (patch)
tree18bfb8fa836b396f43e28ccf8ec59d2eb6b9ab06 /Misc/NEWS
parent4ab92c800a6f2b75743d4a0b4dfd9995723f3647 (diff)
downloadcpython-0654be18b387cbd136bfb62d77849111a954b58b.zip
cpython-0654be18b387cbd136bfb62d77849111a954b58b.tar.gz
cpython-0654be18b387cbd136bfb62d77849111a954b58b.tar.bz2
teach 2to3 about 'yield from'
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9e49e06..d5b281e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,8 @@ Tests
Tools/Demos
-----------
+- Add support for ``yield from`` to 2to3.
+
- Add support for the PEP 465 matrix multiplication operator to 2to3.
- Issue #16047: Fix module exception list and __file__ handling in freeze.