diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-02-05 15:12:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-02-05 15:12:14 (GMT) |
commit | 16d86aa69d34450f602e31d0068920eba66d4fe5 (patch) | |
tree | 444024c14c2fca97712cf4f65e58987402e5c1d4 /Misc | |
parent | 003472a6457e5546bff73caae12ed273130b753d (diff) | |
download | cpython-16d86aa69d34450f602e31d0068920eba66d4fe5.zip cpython-16d86aa69d34450f602e31d0068920eba66d4fe5.tar.gz cpython-16d86aa69d34450f602e31d0068920eba66d4fe5.tar.bz2 |
update symbol.py for yield from grammar changes (closes #17132)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -163,6 +163,8 @@ Core and Builtins Library ------- +- Issue #17132: Update symbol for "yield from" grammar changes. + - Issue #17076: Make copying of xattrs more permissive of missing FS support. Patch by Thomas Wouters. |