cpython: f198457d1475 (original) (raw)

--- a/Lib/idlelib/config.py +++ b/Lib/idlelib/config.py @@ -394,7 +394,7 @@ class IdleConf: 'name2' may still be set, but it is ignored. """ cfgname = 'highlight' if section == 'Theme' else 'keys'

--- a/Lib/idlelib/idle_test/test_config.py +++ b/Lib/idlelib/idle_test/test_config.py @@ -28,53 +28,115 @@ def tearDownModule(): class CurrentColorKeysTest(unittest.TestCase):

+

+

+ class WarningTest(unittest.TestCase):