Re: [python-tulip] Wiki update of AsyncIO libraries

2015-08-07 Thread Victor Stinner
Le 7 août 2015 19:03, "Giampaolo Rodola'" a écrit : > I think this should be referenced in the official asyncio doc. I disagree. This list is moving fast whereas Python doc is moving slowly. Some projects also moved to a new url. I prefer a wiki page and asyncio.org. Victor

Re: [python-tulip] Wiki update of AsyncIO libraries

2015-08-07 Thread Giampaolo Rodola'
On Sat, Jul 18, 2015 at 4:22 PM, Ludovic Gasc wrote: > Hi, > > Is everybody who has written an AsyncIO library/tool could verify that the > library is present on our toolbox wiki page: > https://github.com/python/asyncio/wiki/ThirdParty ? > > If not, please to send me an e-mail directly. > > FYI,

Re: [python-tulip] Running a coroutine at set intervals

2015-08-07 Thread Guido van Rossum
Maybe someone else on this list can help you off-list? Teasing out the solution seems to be requiring a lot of back-and-forth. On Thu, Aug 6, 2015 at 7:01 PM, Wellington Cordeiro wrote: > Maybe I'm using asyncio improperly but currently I have a class that I'm > writing that acts as the client.