]> 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 03:32:33 +0000 (20:32 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 03:32:33 +0000 (23:32 -0400)
commit987b65e9563f46ec09915c52b73eeee992244ad4
tree328350582e721761ebaf08583c51fbf2e8440fa6
parent8db72cd342917e68a42edcc41b25c58ac33ca928
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>
Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Lib/idlelib/colorizer.py