Hi,

Almost 3 weeks after the previous release, I released a new version of
Trollius because it was too annoying to work with Trollius 1.0.2.

To develop the new aiogreen project, I'm using Python 2 and Trollius.
The problem is that run_until_complete() and other functions looses
the original traceback, and only provides an useless traceback.

Trollius 1.0.3 now keeps the traceback object in debug mode. Future.
Future.result() raises the exception with original traceback. If a
task waits for a future or another task, and an exception is raised:
the traceback object is copied to the new task.

Complete changelog:
http://trollius.readthedocs.org/changelog.html#version-1-0-3

Windows wheel packages for Python 2.7, 3.3 and 3.4, 32 and 64-bit:
https://pypi.python.org/pypi/trollius

Victor

Reply via email to