[Python-Dev] traceback regression (original) (raw)
Jim Jewett jimjjewett at gmail.com
Sat Jul 1 00:13:37 CEST 2006
- Previous message: [Python-Dev] For sandboxing: alternative to crippling file()
- Next message: [Python-Dev] 2.5 and beyond
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] For sandboxing: alternative to crippling file()
- Next message: [Python-Dev] 2.5 and beyond
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]