]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Mar 2019 22:42:51 +0000 (15:42 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2019 22:42:51 +0000 (15:42 -0700)
commit2d7798ad12456e137b3e3bc82a9824d0d3d45af0
tree020ce7af0f7dd8ac2001606db81fd6c9653c5d55
parentbdb9c497e177cdf881892de289b9d8a2b132f138
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)

This param was only used once and changed the return type.
(cherry picked from commit c1419578a18d787393c7ccee149e7c1fff17a99e)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]