- Added
Traceback.from_string
.
- Fixed handling for tracebacks from generators and other internal improvements and optimizations. Contributed by DRayX in #10 and #11.
- Added support for Python 2.6. Contributed by Arcadiy Ivanov in #8.
- Added
to_dict
method andfrom_dict
classmethod on Tracebacks. Contributed by beckjake in #5.