Re: [Python-Dev] traceback.py still broken in 2.5a2

2006-04-27 Thread Guido van Rossum
On 4/27/06, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > At 11:38 AM 4/27/2006 -0700, Guido van Rossum wrote: > >The change below was rolled back because it broke other stuff. But IMO > >it is actually necessary to fix this, > > Huh? The change you showed wasn't reverted AFAICT; it's still on the t

Re: [Python-Dev] traceback.py still broken in 2.5a2

2006-04-27 Thread Phillip J. Eby
At 11:38 AM 4/27/2006 -0700, Guido van Rossum wrote: >The change below was rolled back because it broke other stuff. But IMO >it is actually necessary to fix this, Huh? The change you showed wasn't reverted AFAICT; it's still on the trunk. > otherwise those few exceptions >that don't derive fr

[Python-Dev] traceback.py still broken in 2.5a2

2006-04-27 Thread Guido van Rossum
The change below was rolled back because it broke other stuff. But IMO it is actually necessary to fix this, otherwise those few exceptions that don't derive from Exception won't be printed correctly by the traceback module: guido:~/p/osx guido$ ./python.exe Python 2.5a2 (trunk:45765, Apr 27 2006,