]> granicus.if.org Git - python/commit
Merge latest Tulip into asyncio
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jan 2014 23:02:31 +0000 (00:02 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 25 Jan 2014 23:02:31 +0000 (00:02 +0100)
commit669eeaf9339a4096db0e5566b4c986300cb60f00
tree4b286f6acb2233d518b9e6a69e434c3f0e2c3a7e
parent3c2f175ec4355a0e1f3e4d7c21ff3986e8d93dc8
Merge latest Tulip into asyncio

- Make the new granularity attribute private
- Simplify BaseEventLoop._run_once(): avoid math.ceil(), use simple arithmetic
  instead
Doc/library/asyncio-eventloop.rst
Lib/asyncio/base_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_events.py