]> granicus.if.org Git - python/commit
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 May 2018 20:48:14 +0000 (13:48 -0700)
committerGitHub <noreply@github.com>
Tue, 15 May 2018 20:48:14 +0000 (13:48 -0700)
commit7c59a33491b0bde639a9382ef1de2423207a8cc7
tree9fb4f578bab82d71dfc5b0cd9356bf51b6180bf7
parente618e96581a711f2bc4f9bbcff6069bea15f0177
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)

Added to the eye-verified htest, not to the unittests.
Also remove some stray leftover comments.
(cherry picked from commit 389a48ede92bf7965889d554d2cd17b50d6e3d86)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/colorizer.py