RETIRED, further work has moved to Debian project infrastructure
Go to file
Robert Collins a11cd2be1f Issue #22936: Make it possible to show local variables in tracebacks. 2015-03-06 16:12:58 +13:00
traceback2 Issue #22936: Make it possible to show local variables in tracebacks. 2015-03-06 16:12:58 +13:00
.gitignore Supporting boilerplate. 2015-03-06 14:43:28 +13:00
.testr.conf Basic boilerplate. 2014-11-21 07:50:36 +13:00
AUTHORS Supporting boilerplate. 2015-03-06 14:43:28 +13:00
Makefile Supporting boilerplate. 2015-03-06 14:43:28 +13:00
README.rst Python2.xify the code base. 2014-11-24 21:54:53 +13:00
requirements.txt Basic boilerplate. 2014-11-21 07:50:36 +13:00
setup.cfg Basic boilerplate. 2014-11-21 07:50:36 +13:00
setup.py Basic boilerplate. 2014-11-21 07:50:36 +13:00
test-requirements.txt Port trunk traceback module to standalone w/3.5. 2014-11-21 09:58:04 +13:00

README.rst

A backport of traceback to older supported Pythons.

>>> import traceback2 as traceback

Profit.

Things to be aware of!

In Python 2.x, unlike traceback, traceback2 creates unicode output.

Exception frame clearing silently does nothing if the interpreter in use does not support it.