[issue6418] unittest.TestProgram change breaks nose

2009-07-04 Thread Jason Pellerin
Changes by Jason Pellerin : -- keywords: +patch Added file: http://bugs.python.org/file14452/6418.patch ___ Python tracker <http://bugs.python.org/issue6

[issue6418] unittest.TestProgram change breaks nose

2009-07-04 Thread Jason Pellerin
New submission from Jason Pellerin : This changeset: http://hg.python.org/cpython/rev/c3fb79d1c036 breaks nose, as it changes the behavior of unittest.TestProgram in a non-backwards-compatible way. Previously, when called like: TestProgram(testRunner=None) self.testRunner would be None when