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 zach.ware
Recipients BreamoreBoy, jeremy.kloth, jkloth, loewis, python-dev, serhiy.storchaka, terry.reedy, tim.golden, vstinner, zach.ware
Date 2014-07-16.20:33:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405542791.0.0.439492610284.issue15968@psf.upfronthosting.co.za>
In-reply-to
Content
Terry: the difference you saw between using regrtest and using unittest.main from the interactive prompt was because of regrtest.saved_test_environment: tkinter._fix sets environment variables at the beginning of one test which are cleared at the end by saved_test_environment, and not reset at the beginning of the next.  #20035 has my preferred fix for that situation.

Mark: Glad this helped, and thanks for the ping.
History
Date User Action Args
2014-07-16 20:33:11zach.waresetrecipients: + zach.ware, loewis, terry.reedy, vstinner, tim.golden, jkloth, jeremy.kloth, BreamoreBoy, python-dev, serhiy.storchaka
2014-07-16 20:33:10zach.waresetmessageid: <1405542791.0.0.439492610284.issue15968@psf.upfronthosting.co.za>
2014-07-16 20:33:10zach.warelinkissue15968 messages
2014-07-16 20:33:10zach.warecreate