2015-07-13 18:29 GMT+02:00 Victor Stinner <[email protected]>:
> Trollius 2.0 has been released.
> http://trollius.readthedocs.org/

FYI I plan to drop support for Python 2.6 and 3.2. It reduces
differences between asyncio and trollius. For example, Python 2.6
requires to write "...{0}...".format(obj) instead of
"...{}...".format(obj).

Victor

Reply via email to