diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-11-25 14:37:43 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-11-25 14:37:43 (GMT) |
commit | 073f0673697380a00dc2067ab3a999354893df51 (patch) | |
tree | ea7fc1d821d1aeaf0d8f7ca68ac22545ab63925f /Misc | |
parent | ab56710989745ff11c10205ea993c2e423c22f75 (diff) | |
parent | ded35aeb9d5ae1671174f10c0ae8a7166693b17c (diff) | |
download | cpython-073f0673697380a00dc2067ab3a999354893df51.zip cpython-073f0673697380a00dc2067ab3a999354893df51.tar.gz cpython-073f0673697380a00dc2067ab3a999354893df51.tar.bz2 |
Issue #16546: merge fix from 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16546: Fix: ast.YieldFrom argument is now mandatory. + - Issue #16514: Fix regression causing a traceback when sys.path[0] is None (actually, any non-string or non-bytes type). |