This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Jeff.Kaufman, akuchling, andybuckley, belopolsky, eric.araujo, eric.snow, ezio.melotti, fdrake, georg.brandl, giampaolo.rodola, gvanrossum, ncoghlan, paul.moore, r.david.murray, terry.reedy, twouters, zbysz
Date 2013-06-24.12:11:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372075897.97.0.998031161534.issue2292@psf.upfronthosting.co.za>
In-reply-to
Content
Since this question just came up on python-ideas again, here's a summary of the current status:

1. The current patch is known to be outdated due to the inclusion of PEP 380 in Python 3.3 ("yield from itr" eliminates any need for "yield *itr")

2. Since this is a syntax change, a PEP is needed to elaborate on the exact details of what will be added (see PEP 3132 as an example of a PEP that covered a similar change for assignment *targets*)
History
Date User Action Args
2013-06-24 12:11:38ncoghlansetrecipients: + ncoghlan, gvanrossum, fdrake, twouters, akuchling, georg.brandl, terry.reedy, paul.moore, belopolsky, giampaolo.rodola, ezio.melotti, eric.araujo, andybuckley, r.david.murray, zbysz, eric.snow, Jeff.Kaufman
2013-06-24 12:11:37ncoghlansetmessageid: <1372075897.97.0.998031161534.issue2292@psf.upfronthosting.co.za>
2013-06-24 12:11:37ncoghlanlinkissue2292 messages
2013-06-24 12:11:37ncoghlancreate