Whitespace normalization.

This commit is contained in:
Tim Peters 2003-06-29 05:46:54 +00:00
parent db3756dade
commit 478c10554b
5 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ at the top of your script. The optional arguments to enable() are:
display - if true, tracebacks are displayed in the web browser
logdir - if set, tracebacks are written to files in this directory
context - number of lines of source code to show for each stack frame
format - 'text' or 'html' controls the output format
format - 'text' or 'html' controls the output format
By default, tracebacks are displayed but not saved, the context is 5 lines
and the output format is 'html' (for backwards compatibility with the

View File

@ -208,7 +208,7 @@ class ComplexTest(unittest.TestCase):
self.assertRaises(ValueError, complex, unicode("x"))
class EvilExc(Exception):
pass
pass
class evilcomplex:
def __complex__(self):