Staging
v0.5.1
https://github.com/python/cpython
Revision 4a2dbeb0d3067aefab00ba3f43ee1939608323be authored by Victor Stinner on 22 January 2014, 11:26:01 UTC, committed by Victor Stinner on 22 January 2014, 11:26:01 UTC
logger.log() is now responsible to format the timeout. It might be faster if
the log is disabled for DEBUG level, but it's also more readable and fix
an issue with Python 2.6 in the Trollius project.
1 parent 4625826
History
Tip revision: 4a2dbeb0d3067aefab00ba3f43ee1939608323be authored by Victor Stinner on 22 January 2014, 11:26:01 UTC
asyncio: Cleanup logging in BaseEventLoop._run_once()
Tip revision: 4a2dbeb
File Mode Size
Grammar -rw-r--r-- 5.9 KB

back to top