diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-10 04:23:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-10 04:23:18 (GMT) |
commit | 0654be18b387cbd136bfb62d77849111a954b58b (patch) | |
tree | 18bfb8fa836b396f43e28ccf8ec59d2eb6b9ab06 /Misc/NEWS | |
parent | 4ab92c800a6f2b75743d4a0b4dfd9995723f3647 (diff) | |
download | cpython-0654be18b387cbd136bfb62d77849111a954b58b.zip cpython-0654be18b387cbd136bfb62d77849111a954b58b.tar.gz cpython-0654be18b387cbd136bfb62d77849111a954b58b.tar.bz2 |
teach 2to3 about 'yield from'
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |