[issue17491] Consolidate traceback.format_tb and traceback.print_tb

Benjamin Peterson report at bugs.python.org
Thu Mar 28 01:17:55 CET 2013


Benjamin Peterson added the comment:

Thank you for the patch. It seems like it would make more sense to implement print_tb in terms of extract_tb. That is, print_tb should iterate through the result of extract_tb and do its printing.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17491>
_______________________________________


More information about the Python-bugs-list mailing list