[Python-Dev] traceback regression

Jim Jewett jimjjewett at gmail.com
Sat Jul 1 00:13:37 CEST 2006


python.org/sf/1515343 fixes python.org/sf/1515163, which is a
new-in-2.5 regression.

On the one hand, the regression only affects

>>> raise "string1", "string2"

which is both obscure and deprecated.  On the other hand, it is a
regression, and it is something I bumped into while working with
unittest.

[Note that I probably won't be checking email again for a week, so I'm
afraid I won't be very responsive to comments.]

-jJ


More information about the Python-Dev mailing list