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 brian.curtin, ezio.melotti, georg.brandl, michael.foord, ocean-city, pitrou, r.david.murray, terry.reedy, zach.ware
Date 2013-03-16.02:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363400242.57.0.805847806449.issue10652@psf.upfronthosting.co.za>
In-reply-to
Content
Once I worked around the example.bat problems so repository _tkinter will run for one python version (3.2), Zach's patch seems to solve the test problem as well as mine, and it is better self-contained. In other words,
python -m test -ugui test___all__ test_tcl test_tk test_ttk_guionly test_ttk_textonly
runs all five tests with os.environ change the only problem noted.

If Ezio or someone else who knows testing better than me agrees that it is the right patch, I am willing to apply it.
History
Date User Action Args
2013-03-16 02:17:22terry.reedysetrecipients: + terry.reedy, georg.brandl, pitrou, ocean-city, ezio.melotti, r.david.murray, michael.foord, brian.curtin, zach.ware
2013-03-16 02:17:22terry.reedysetmessageid: <1363400242.57.0.805847806449.issue10652@psf.upfronthosting.co.za>
2013-03-16 02:17:22terry.reedylinkissue10652 messages
2013-03-16 02:17:22terry.reedycreate