[issue7815] Regression in unittest traceback formating extensibility

2010-03-21 Thread Michael Foord
Michael Foord added the comment: Committed revision 79263. As external modules are already using __unittest it would be backwards incompatible not to restore the functionality. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___

[issue7815] Regression in unittest traceback formating extensibility

2010-01-30 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin, michael.foord priority: -> normal stage: -> needs patch ___ Python tracker ___ ___

[issue7815] Regression in unittest traceback formating extensibility

2010-01-30 Thread Martin
New submission from Martin : Prior to being split up into a package, unittest had an extensible method of trimming uninteresting, testing-framework related parts from tracebacks. As an unintended side effect, this is no longer the case, only modules actually named "unittest" are excluded. Code