commit | a7cfca23e1bf803177855dda95ceb7e3815ce745 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed May 03 22:03:46 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed May 03 22:03:46 2000 +0000 |
tree | 4742852a4ca0056ed5d17a44a1373fc2b810130c | |
parent | 3d69c0e440ddb3f6fdcc54ba6acc700e4d0c9f99 [diff] |
A bit of cleanup: - When 'import exceptions' fails, don't suggest to use -v to print the traceback; this doesn't actually work. - Remove comment about fallback to string exceptions. - Remove a PyErr_Occurred() check after all is said and done that can never trigger. - Remove static function newstdexception() which is no longer called.