diff options
author | Mark Dickinson <mdickinson@enthought.com> | 2012-11-25 14:36:26 (GMT) |
---|---|---|
committer | Mark Dickinson <mdickinson@enthought.com> | 2012-11-25 14:36:26 (GMT) |
commit | ded35aeb9d5ae1671174f10c0ae8a7166693b17c (patch) | |
tree | 4caa61589581de32b38d3da8ee8bd68e553094bf /Misc | |
parent | 9982c53c2feb6e6e03c4c6d87d77c6ee69bfc435 (diff) | |
download | cpython-ded35aeb9d5ae1671174f10c0ae8a7166693b17c.zip cpython-ded35aeb9d5ae1671174f10c0ae8a7166693b17c.tar.gz cpython-ded35aeb9d5ae1671174f10c0ae8a7166693b17c.tar.bz2 |
Issue #16546: make ast.YieldFrom argument mandatory.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.3.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). |