[Python-checkins] r64299 - doctools/trunk/sphinx/__init__.py

georg.brandl python-checkins at python.org
Sun Jun 15 19:48:16 CEST 2008


Author: georg.brandl
Date: Sun Jun 15 19:48:16 2008
New Revision: 64299
Log:
Don't ignore SystemExit; it shouldn't occur while building.
Modified:
 doctools/trunk/sphinx/__init__.py
Modified: doctools/trunk/sphinx/__init__.py
==============================================================================
--- doctools/trunk/sphinx/__init__.py	(original)
+++ doctools/trunk/sphinx/__init__.py	Sun Jun 15 19:48:16 2008
@@ -141,8 +141,6 @@
 traceback.print_exc()
 pdb.post_mortem(sys.exc_info()[2])
 return 1
- except SystemExit:
- return 0
 except Exception, err:
 if use_pdb:
 import pdb


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /