RETIRED, further work has moved to Debian project infrastructure
Go to file
Robert Collins cae3cb83fb Fixes for 3.3.
Handle frame.clear being absent (and accept it won't be cleared in < 3.4).
Don't try to check coding: behaviour which was fixed in 3.4.
2014-11-21 10:19:02 +13:00
traceback2 Fixes for 3.3. 2014-11-21 10:19:02 +13:00
.gitignore Ignore .eggs as well. 2014-11-21 09:57:36 +13:00
.testr.conf Basic boilerplate. 2014-11-21 07:50:36 +13:00
README.rst Basic boilerplate. 2014-11-21 07:50:36 +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.