]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When re-raising an exception raised by a module used internally as
authorGuido van Rossum <guido@python.org>
Wed, 20 Nov 1996 22:02:24 +0000 (22:02 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Nov 1996 22:02:24 +0000 (22:02 +0000)
commit3c8484e866fb9a8a1c26a253adc414f682861fc3
treeb8507cbadb05cc7d2498848b9ef172c0b1cb1d34
parent3ffc5036826a50b89d0b57700806c98230b5127c
When re-raising an exception raised by a module used internally as
IOError, keep the traceback.
Lib/urllib.py