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 epaine
Recipients epaine, terry.reedy
Date 2021-04-20.16:15:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618935323.45.0.384862638375.issue43894@roundup.psfhosted.org>
In-reply-to
Content
Despite being large, the PR is mostly trivial changes (e.g. changing indentation). The main changes worth noting (and hence the reason for this issue) are:
1) the renaming of `ResetColorizer` to `reset_colors`, `ResetFont` to `reset_font`, `RemoveKeybindings` to `remove_keybindings` and `ApplyKeybindings` to `apply_keybindings`.
2) removal of some potentially unneeded imports
3) renaming of the `tokeneater` args to be lowercase

I chose `reset_colors` (as proposed in PR-22682) rather than `reset_colorizer` because we are reconfiguring the Text, code context and line numbers, rather than only dealing with the colouriser.
History
Date User Action Args
2021-04-20 16:15:23epainesetrecipients: + epaine, terry.reedy
2021-04-20 16:15:23epainesetmessageid: <1618935323.45.0.384862638375.issue43894@roundup.psfhosted.org>
2021-04-20 16:15:23epainelinkissue43894 messages
2021-04-20 16:15:22epainecreate