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 yselivanov
Recipients David E. Franco G., terry.reedy, yselivanov
Date 2017-03-03.06:22:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488522148.33.0.869219553107.issue29706@psf.upfronthosting.co.za>
In-reply-to
Content
>According to https://www.python.org/dev/peps/pep-0492/#transition-plan, the intention was (is?) to make them keywords in 3.7.  As of Feb 11, that had not happened yet.  If and when it does, this issue will be taken care of.

I plan to do that in the next couple of weeks.

> I may consider adding a special context sensitive case for 3.6, if the colorizer code makes it easily possible.  Care is needed since it would be a mistake to mark them as keywords in the above statements.

If possible I would make 'async' and 'await' to be always highlighted. Even if a user writes <3.7 code and uses 'async' as a variable, it would still be great to let the user know that there is something wrong with this variable.
History
Date User Action Args
2017-03-03 06:22:28yselivanovsetrecipients: + yselivanov, terry.reedy, David E. Franco G.
2017-03-03 06:22:28yselivanovsetmessageid: <1488522148.33.0.869219553107.issue29706@psf.upfronthosting.co.za>
2017-03-03 06:22:28yselivanovlinkissue29706 messages
2017-03-03 06:22:28yselivanovcreate