[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

2012-09-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0362d64c783a by Michael Foord in branch '3.2': Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ super call http://hg.python.org/cpython/rev/0362d64c783a -- nosy: +python-dev

[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

2012-09-28 Thread Michael Foord
Michael Foord added the comment: Fixed in 2.7, 3.2 and 3.3.1. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12376

[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

2011-06-27 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: I have a feeling I added the arguments to TestResult.__init__ to allow it to be used as a silent test result directly in place of TextTestResult. I still need to check this. Not adding the arguments to the super call in TextTestResult

[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

2011-06-27 Thread Michael Foord
Changes by Michael Foord mich...@voidspace.org.uk: -- assignee: - michael.foord ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12376 ___ ___

[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

2011-06-27 Thread Ben Ranker
Ben Ranker bran...@emory.edu added the comment: Sorry for any confusion caused by my imprecise use of the word explodes. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12376 ___

[issue12376] unittest.TextTestResult.__init__ does not pass on its init arguments in super call

2011-06-25 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: unittest.TextTestResult.__init__ breaks under complex __mro__ - unittest.TextTestResult.__init__ does not pass on its init arguments in super call versions: +Python 3.2, Python 3.3 ___