Hi,

I just released a new version of Trollius. Changes between versions
0.1.3 and 0.1.4:

- The project moved to https://bitbucket.org/enovance/trollius
- Emit a warning when Return is not raised
- Fix CoroWrapper (_DEBUG=True): add missing import
- Merge with Tulip to get latest Tulip bugfixes
- Fix dependencies in tox.ini for the different Python versions

Trollius project:

- "Experimental port of the Tulip project (asyncio module, PEP 3156)
on Python 2.7"
- https://bitbucket.org/enovance/trollius
- https://pypi.python.org/pypi/trollius

Since Python 3.4 beta 3 is scheduled for this satursday ("3.4.0 beta
3: January 26, 2014"), and Guido wants to keep Tulip and Python 3.4
asyncio close, this Trollius version is probably the version that we
will be the closest to what Python 3.4.0 will include. (No new feature
should be added in asyncio of Python between the beta 3 and the final
version, only bugfixes.)

Note for myself: I should update the description of the project, it's
no more experimental and supports also Python 2.6.

Victor

Reply via email to