]> granicus.if.org Git - python/commit
A bit of cleanup:
authorGuido van Rossum <guido@python.org>
Wed, 3 May 2000 22:03:46 +0000 (22:03 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 May 2000 22:03:46 +0000 (22:03 +0000)
commita7cfca23e1bf803177855dda95ceb7e3815ce745
tree4742852a4ca0056ed5d17a44a1373fc2b810130c
parent3d69c0e440ddb3f6fdcc54ba6acc700e4d0c9f99
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.
Python/bltinmodule.c