[issue13780] make YieldFrom its own node

2012-01-14 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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

[issue13780] make YieldFrom its own node

2012-01-13 Thread Benjamin Peterson
New submission from Benjamin Peterson benja...@python.org: 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

[issue13780] make YieldFrom its own node

2012-01-13 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- components: +Interpreter Core stage: - patch review type: - enhancement versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13780

[issue13780] make YieldFrom its own node

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