]> 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 19:57:13 +0000 (12:57 -0700)
committerGitHub <noreply@github.com>
Tue, 15 May 2018 19:57:13 +0000 (12:57 -0700)
commit8717cfeb6b8bebdfe13df0e9268ddd252ab5ecad
tree34e18a74053637a2167d34147c5a5f5bed2ce431
parentf4fdb619ddb5b00178c79c2b90adc45075b5f17d
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