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 levkivskyi
Recipients docs@python, gvanrossum, levkivskyi
Date 2016-09-07.20:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473281507.56.0.444076690527.issue27999@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, nonlocal will be fixed too. This will be a relatively small patch, but I am a bit afraid there could be merge conflicts (the code affected could overlap with changes for PEP 526).

Easiest way would be to simply make this a single patch with PEP 526 implementation (this will actually even slightly simplify the implementation).

Alternatively we could fix this right after the implementation patch is applied. What do you prefer?
History
Date User Action Args
2016-09-07 20:51:47levkivskyisetrecipients: + levkivskyi, gvanrossum, docs@python
2016-09-07 20:51:47levkivskyisetmessageid: <1473281507.56.0.444076690527.issue27999@psf.upfronthosting.co.za>
2016-09-07 20:51:47levkivskyilinkissue27999 messages
2016-09-07 20:51:47levkivskyicreate