(I'll spare you my fanboy banter) Thanks :) Not exactly, maybe I should have been more explicit about my intent with this module, because it allows using yield From(x) and raise Return with asyncio, programs can have a *soft* dependency on trollius in Python 3.4+. Which is a good thing, because installing Trollius can be a pain (read Windows). And we might as well use the standard lib, when possible. I added this to the docs, and a section about converting code, maybe that can help making things clearer.
ThinkChaos On Monday, September 8, 2014 7:01:18 PM UTC+2, Guido van Rossum wrote: > > Cool choice of project name. :-) But isn't this pretty much exactly what > Trollius itself is aiming to do? Perhaps you could contribute changes to > Trollius to put Trololio out of business? > > On Mon, Sep 8, 2014 at 3:16 AM, Think Kos <[email protected] <javascript:> > > wrote: > >> Hello, >> >> I wrote Trololio, a module that makes writing code for both Tulip and >> Trollius easy. It addresses [Differences between Trollius and Tulip]( >> http://trollius.readthedocs.org/en/latest/asyncio.html), check it out: >> [PyPi](https://pypi.python.org/pypi/Trololio), [GitHub]( >> https://github.com/ThinkChaos/Trololio/). >> Any feedback would be appreciated. >> >> ThinkChaos >> > > > > -- > --Guido van Rossum (python.org/~guido) >
