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 cvrebert, ezio.melotti, gvanrossum, ncoghlan, python-dev, rbcollins
Date 2015-03-05.14:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425564420.01.0.291367185187.issue22936@psf.upfronthosting.co.za>
In-reply-to
Content
It's only the new APIs just introduced in issue #17911 that changed to kwonly arguments.

We missed that they should really be kwonly in the original review, but it become more obvious in this patch, as it added a second feature toggle to indicate whether or not to capture the locals.
History
Date User Action Args
2015-03-05 14:07:00ncoghlansetrecipients: + ncoghlan, gvanrossum, rbcollins, ezio.melotti, cvrebert, python-dev
2015-03-05 14:07:00ncoghlansetmessageid: <1425564420.01.0.291367185187.issue22936@psf.upfronthosting.co.za>
2015-03-05 14:06:59ncoghlanlinkissue22936 messages
2015-03-05 14:06:59ncoghlancreate