Commit 64bed060 authored by Georg Brandl's avatar Georg Brandl

merge with 3.3

parents b3e4144c 9e091e12
...@@ -89,7 +89,7 @@ def print_tb(tb, limit=None, file=None): ...@@ -89,7 +89,7 @@ def print_tb(tb, limit=None, file=None):
print_list(extract_tb(tb, limit=limit), file=file) print_list(extract_tb(tb, limit=limit), file=file)
def format_tb(tb, limit=None): def format_tb(tb, limit=None):
"""A shorthand for 'format_list(extract_tb(tb, limit)).""" """A shorthand for 'format_list(extract_tb(tb, limit))'."""
return format_list(extract_tb(tb, limit=limit)) return format_list(extract_tb(tb, limit=limit))
def extract_tb(tb, limit=None): def extract_tb(tb, limit=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment