commit | 00109c9bd3b5c14e8281addc79a79fda3c310806 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Apr 10 00:23:18 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Apr 10 00:23:18 2014 -0400 |
tree | b22473564fd785adc8837110ac81d91ed91f34f6 | |
parent | da952f3ff43aad1a4602b1bf6e93fd24f0a159f6 [diff] [blame] |
teach 2to3 about 'yield from'
diff --git a/Misc/NEWS b/Misc/NEWS index fb06c01..7756e89 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -266,6 +266,8 @@ Tools/Demos ----------- +- Add support for ``yield from`` to 2to3. + - Add support for the PEP 465 matrix multiplication operator to 2to3. - Issue #19936: Added executable bits or shebang lines to Python scripts which