Reraise does not work in Dist-0707
The Problem: Running coilib50 tests we find out that our "Reraise" function no longer work!
We had to create a different implementation for Reraise in Python 2.5. That new implementation leave __str__ alone and works directly with the args attribute, which is used to build the string returned by str.
Changing the "str" method has no effect in the str function return




Leave a comment