mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Whitespace normalization.
This commit is contained in:
parent
db3756dade
commit
478c10554b
5 changed files with 8 additions and 8 deletions
|
|
@ -9,7 +9,7 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ class complex2(complex): pass
|
|||
self.assertRaises(ValueError, complex, unicode("x"))
|
||||
|
||||
class EvilExc(Exception):
|
||||
pass
|
||||
pass
|
||||
|
||||
class evilcomplex:
|
||||
def __complex__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue