]> granicus.if.org Git - python/commit
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 22 Mar 2019 22:23:41 +0000 (18:23 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2019 22:23:41 +0000 (18:23 -0400)
commitc1419578a18d787393c7ccee149e7c1fff17a99e
tree397ee6aabc58afb07ef4893676ba569f05cf7d3c
parent5086589305ff5538709856b27314b68f06ae93db
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)

This param was only used once and changed the return type.
Lib/idlelib/NEWS.txt
Lib/idlelib/colorizer.py
Lib/idlelib/config.py
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_config.py
Lib/idlelib/idle_test/test_configdialog.py
Misc/NEWS.d/next/IDLE/2019-03-21-22-43-21.bpo-36396.xSTX-I.rst [new file with mode: 0644]