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 serhiy.storchaka, terry.reedy
Date 2016-05-29.05:36:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464500173.32.0.0252687033752.issue27117@psf.upfronthosting.co.za>
In-reply-to
Content
I was wrong about turtledemo's text pane.  Turtledemo only uses textview for help.  The text frame contains a plain Text widget.  I moved the text color-config code from editor to a function in colorizer, where it is also needed for the colorizer test.
History
Date User Action Args
2016-05-29 05:36:13terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-05-29 05:36:13terry.reedysetmessageid: <1464500173.32.0.0252687033752.issue27117@psf.upfronthosting.co.za>
2016-05-29 05:36:13terry.reedylinkissue27117 messages
2016-05-29 05:36:13terry.reedycreate