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 David E. Franco G.
Recipients David E. Franco G., martin.panter, terry.reedy, yselivanov
Date 2017-03-03.16:25:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488558332.81.0.931285382809.issue29706@psf.upfronthosting.co.za>
In-reply-to
Content
>I presume you would like 'async' and 'await' highlighted as keywords.

Yes. 
Some others tools like IPython and the Spider IDE that come with the Anaconda package already highlighted them as keywords, even if you can use them as normal variables.

>The test is to run colorizer.py as main module (python -m >idlelib.colorize, or F5 in IDLE editor).  Click 'Test' button and check >that 'async' and 'await' have same color as other keywords.  This >cannot affect anything in test suite; colorizer is only used by >turtledemo, which is not tested, and which will not notice anyway.

super, what I have to do to put the patch so I can test it?
History
Date User Action Args
2017-03-03 16:25:32David E. Franco G.setrecipients: + David E. Franco G., terry.reedy, martin.panter, yselivanov
2017-03-03 16:25:32David E. Franco G.setmessageid: <1488558332.81.0.931285382809.issue29706@psf.upfronthosting.co.za>
2017-03-03 16:25:32David E. Franco G.linkissue29706 messages
2017-03-03 16:25:32David E. Franco G.create