| commit | ded35aeb9d5ae1671174f10c0ae8a7166693b17c | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <mdickinson@enthought.com> | Sun Nov 25 14:36:26 2012 +0000 |
| committer | Mark Dickinson <mdickinson@enthought.com> | Sun Nov 25 14:36:26 2012 +0000 |
| tree | 4caa61589581de32b38d3da8ee8bd68e553094bf | |
| parent | 9982c53c2feb6e6e03c4c6d87d77c6ee69bfc435 [diff] [blame] |
Issue #16546: make ast.YieldFrom argument mandatory.
diff --git a/Misc/NEWS b/Misc/NEWS index f17cfea..b2e41dd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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).