From ee5089abbd9bf8f7d32b6b9a51de841224e0a12d Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 20 Nov 2014 10:03:13 +0100 Subject: Simplify the loop iteration: remove custom code to reuse instead the asyncio/trollius code (_run_once) --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index 5997beb..59065d5 100644 --- a/README +++ b/README @@ -35,6 +35,8 @@ Version 0.2 (development version) * Support eventlet with monkey-patching * Rewrite the code handling file descriptors to ensure that the listener is only called once per loop iteration, to respect asyncio specification. +* Simplify the loop iteration: remove custom code to reuse instead the + asyncio/trollius code (_run_once) * sock_connect() is now asynchronous * Add a suite of automated unit tests * Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the event -- cgit v1.2.1