diff options
author | 2004-01-18 20:29:55 +0000 | |
---|---|---|
committer | 2004-01-18 20:29:55 +0000 | |
commit | 58eb11cf62dd04ccc2c364b62fd51b4265e2e203 (patch) | |
tree | 6b4639f640391b3d40332ee045dba325c63a920d /Lib/traceback.py | |
parent | Add CJK codecs (diff) | |
download | cpython-58eb11cf62dd04ccc2c364b62fd51b4265e2e203.tar.gz cpython-58eb11cf62dd04ccc2c364b62fd51b4265e2e203.tar.bz2 cpython-58eb11cf62dd04ccc2c364b62fd51b4265e2e203.zip |
Whitespace normalization.
Diffstat (limited to 'Lib/traceback.py')
-rw-r--r-- | Lib/traceback.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/traceback.py b/Lib/traceback.py index d99009bf28e..cf78648c533 100644 --- a/Lib/traceback.py +++ b/Lib/traceback.py @@ -219,7 +219,7 @@ def format_exc(limit=None): return ''.join(format_exception(etype, value, tb, limit)) finally: etype = value = tb = None - + def print_last(limit=None, file=None): """This is a shorthand for 'print_exception(sys.last_type, |