Message223268
| 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:11 | zach.ware | set | recipients: + zach.ware, loewis, terry.reedy, vstinner, tim.golden, jkloth, jeremy.kloth, BreamoreBoy, python-dev, serhiy.storchaka |
| 2014-07-16 20:33:10 | zach.ware | set | messageid: <1405542791.0.0.439492610284.issue15968@psf.upfronthosting.co.za> |
| 2014-07-16 20:33:10 | zach.ware | link | issue15968 messages |
| 2014-07-16 20:33:10 | zach.ware | create | |