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 MartyMacGyver, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-04-17.22:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429311178.29.0.981929198451.issue23982@psf.upfronthosting.co.za>
In-reply-to
Content
I ran colortest on Win7 with 2.7.9, 3.3.5, 3.4.3, and 3.5.0a3.  The first two are the same, the last two are also the same, but with the muted colors noted.  The obvious difference is that for Windows, we changed from tcl/tk 8.5 to 8.6 in 3.4.0.  The same change will happen (I believe) on OSX for 3.5.0.  You might want to try 3.5.0a3 on OSX and see if a) the tcl/tk version has changed and b) if it affects the colors there.  (I believe some people have also installed and run tcl/tk 8.6 with Python 3.4 but I do not know the details.)

AFAIK, tkinter passes color words to tk unchanged and has nothing to do with conversion to rgb and color rendering.  I presume the data for the conversion dict is somewhere in the tcl/tk source. Perhaps Serhiy can commont on this.
History
Date User Action Args
2015-04-17 22:52:58terry.reedysetrecipients: + terry.reedy, tim.golden, zach.ware, serhiy.storchaka, steve.dower, MartyMacGyver
2015-04-17 22:52:58terry.reedysetmessageid: <1429311178.29.0.981929198451.issue23982@psf.upfronthosting.co.za>
2015-04-17 22:52:58terry.reedylinkissue23982 messages
2015-04-17 22:52:58terry.reedycreate