[issue13780] make YieldFrom its own node

2012-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1177b9167ce by Benjamin Peterson in branch 'default': make YieldFrom its own distinct from Yield (closes #13780) http://hg.python.org/cpython/rev/e1177b9167ce -- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/reje

[issue13780] make YieldFrom its own node

2012-01-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the review, Nick. -- Added file: http://bugs.python.org/file24233/yieldfromnode.patch ___ Python tracker ___

[issue13780] make YieldFrom its own node

2012-01-13 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Interpreter Core stage: -> patch review type: -> enhancement versions: +Python 3.3 ___ Python tracker ___ __

[issue13780] make YieldFrom its own node

2012-01-13 Thread Benjamin Peterson
New submission from Benjamin Peterson : As promised in a review a while ago of PEP 380. -- files: yieldfromnode.patch keywords: patch messages: 151172 nosy: benjamin.peterson, ncoghlan priority: normal severity: normal status: open title: make YieldFrom its own node Added file: http://bu