[issue17132] yield_arg missing from symbol.sym_name

2013-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 23850c3899e8 by Benjamin Peterson in branch '3.3': update symbol.py for yield from grammar changes (closes #17132) http://hg.python.org/cpython/rev/23850c3899e8 New changeset 0fcd975765a7 by Benjamin Peterson in branch 'default': merge 3.3 (#17132)

[issue17132] yield_arg missing from symbol.sym_name

2013-02-05 Thread Josh Lee
New submission from Josh Lee: >>> symbol.sym_name[337] Traceback (most recent call last): File "", line 1, in KeyError: 337 It should be 'yield_arg'. -- components: Library (Lib) messages: 181440 nosy: Josh.Lee priority: normal severity: normal status: open title: yield_arg missing f