]> granicus.if.org Git - python/commit
Issue #20505: Remove resolution and _granularity from selectors and asyncio
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 7 Feb 2014 22:34:58 +0000 (23:34 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 7 Feb 2014 22:34:58 +0000 (23:34 +0100)
commit85310a50a998af645acf0657737076eb064452bb
tree6b263f4a66877a3f9d824ba2744f87e8dfbbb141
parentc489e83432ef29c9c2a638c4ca290b308e5921e4
Issue #20505: Remove resolution and _granularity from selectors and asyncio

* Remove selectors.BaseSelector.resolution attribute
* Remove asyncio.BaseEventLoop._granularity attribute
Doc/library/asyncio-eventloop.rst
Doc/library/selectors.rst
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/selectors.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_selectors.py