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 Al.Sweigart, kbk, markroseman, ncoghlan, ned.deily, roger.serwy, serhiy.storchaka, terry.reedy
Date 2016-05-26.06:16:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464243363.36.0.702662384381.issue24225@psf.upfronthosting.co.za>
In-reply-to
Content
The only external uses I know of currently are the imports of percolator/colorizer and textview in turtledemo.  There is currently a coloring glitch in 3.5 which continues in 3.6 after the renames.  See #27117.  I won't be surprised if making the colorizer easier to test (by adding an option to explicity pass a color scheme, for instance) makes it easier to use.

I will keep other uses in mind if informed about them.

My careful use tests also pinned down an existing and bizarre glitch in tkinter.simpledialog, reported in #27115.
History
Date User Action Args
2016-05-26 06:16:03terry.reedysetrecipients: + terry.reedy, kbk, ncoghlan, ned.deily, roger.serwy, markroseman, Al.Sweigart, serhiy.storchaka
2016-05-26 06:16:03terry.reedysetmessageid: <1464243363.36.0.702662384381.issue24225@psf.upfronthosting.co.za>
2016-05-26 06:16:03terry.reedylinkissue24225 messages
2016-05-26 06:16:03terry.reedycreate