]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reformat idlelib colorizer (GH-25479)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Apr 2021 01:38:59 +0000 (18:38 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 01:38:59 +0000 (18:38 -0700)
commitc6b50abc6b02a7dc2d9a81dd38d168448444e44d
treef869424319a9632d7d471d77e1656a4883f7bcde
parent9f0b3a9c8eedf694377d8638365fb9f385daa581
Reformat idlelib colorizer (GH-25479)

Also replace if-then and and-or with conditional expressions.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 702a0885ba3636959d4c176797814937c497b986)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Lib/idlelib/colorizer.py