]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added routines to print, format and extract the current, ``live'' stack.
authorGuido van Rossum <guido@python.org>
Mon, 12 Aug 1996 23:18:13 +0000 (23:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Aug 1996 23:18:13 +0000 (23:18 +0000)
commitdcc057a79360cd24837143acd53d2da551b62920
tree0efe99b2e4a476ec06dcbc66955b84082cb42703
parent0dfcf753ad75892c0ad2a68713841402183514d4
Added routines to print, format and extract the current, ``live'' stack.
Also added print_list() and format_list() which format the output from
an extract_*() routine.
Lib/traceback.py