Re: [python-tulip] Get status of loop.call_later call

2015-05-08 Thread Alexander Shorin
Alright, so my suspicions are verified. Thanks! -- ,,,^..^,,, On Fri, May 8, 2015 at 3:54 AM, Guido van Rossum gu...@python.org wrote: On Thu, May 7, 2015 at 5:13 PM, Alexander Shorin kxe...@gmail.com wrote: Assume I want to make a delayed call: handler = loop.call_later(delay, callback

Re: [python-tulip] Re: Moving Tulip repo to GitHub

2015-04-08 Thread Alexander Shorin
On Wed, Apr 8, 2015 at 10:11 PM, Yury Selivanov yseliva...@gmail.com wrote: BTW, there is another project to migrate issues: https://github.com/arthur-debert/google-code-issues-migrator Seems like one of his forks gone too far away: https://github.com/abusalimov/google-code-issues-migrator

Re: [python-tulip] Proposal: make coroutines stand out in the asyncio docs.

2015-02-12 Thread Alexander Shorin
On Thu, Feb 12, 2015 at 11:30 PM, Ludovic Gasc gml...@gmail.com wrote: I'm not a sphinx expert, but if somebody is working on a solution, isn't could more generic to handle any Python decorator, instead of coroutines only ? This patch is quite trivial: need to add coroutine object type to