Merge 3.5 (issue #28613)

This commit is contained in:
Yury Selivanov 2016-11-07 19:01:14 -05:00
commit 1994dd360b
2 changed files with 5 additions and 0 deletions

View file

@ -6,6 +6,7 @@ __all__ = ['AbstractEventLoopPolicy',
'get_event_loop_policy', 'set_event_loop_policy',
'get_event_loop', 'set_event_loop', 'new_event_loop',
'get_child_watcher', 'set_child_watcher',
'_set_running_loop', '_get_running_loop',
]
import functools