Comment 2 for bug 1083973

Revision history for this message
Mat (mattlke) wrote :

Hello Andreas,

it now works well when the exception is raised in the current python file !

But I just happened to have an exception in a package file.

For example if I execute the following code :

import urllib

f = urllib.urlopen('blabla.html')

Then the error is raised in urllib, and I have the temporary buffer/file that instantly replaces my python file.

Could you please have a look ?

Thanks !

Matthieu