This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients terry.reedy
Date 2019-03-22.02:39:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553222343.66.0.774107223699.issue36396@roundup.psfhosted.org>
In-reply-to
Content
The fgBg param of idlelib.config.GetHighlight() is used in only one idlelib call.  Two other places could use it, but instead subscript the returned dict.  Remove the parameter, make the function always return a dict and not a color, and have the one fgBg call use a subscript.
History
Date User Action Args
2019-03-22 02:39:03terry.reedysetrecipients: + terry.reedy
2019-03-22 02:39:03terry.reedysetmessageid: <1553222343.66.0.774107223699.issue36396@roundup.psfhosted.org>
2019-03-22 02:39:03terry.reedylinkissue36396 messages
2019-03-22 02:39:03terry.reedycreate