]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Reformat idlelib colorizer (GH-25479)
authorE-Paine <63801254+E-Paine@users.noreply.github.com>
Fri, 23 Apr 2021 01:21:53 +0000 (02:21 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 01:21:53 +0000 (21:21 -0400)
commit702a0885ba3636959d4c176797814937c497b986
tree9d0faec34269333ca1fd2ef71e5112ee6130e7f5
parent14092b5a4ae4caf1c77f685450016a0d1ad0bd6c
Reformat idlelib colorizer (GH-25479)

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

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