[issue39381] Fix get_event_loop documentation

2020-01-20 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue39381] Fix get_event_loop documentation

2020-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17477 pull_request: https://github.com/python/cpython/pull/18085 ___ Python tracker ___ __

[issue39381] Fix get_event_loop documentation

2020-01-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +17476 pull_request: https://github.com/python/cpython/pull/18084 ___ Python tracker ___ __

[issue39381] Fix get_event_loop documentation

2020-01-18 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +17446 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18051 ___ Python tracker ___ _

[issue39381] Fix get_event_loop documentation

2020-01-18 Thread Andrew Svetlov
New submission from Andrew Svetlov : The current documentation says: "If there is no current event loop set in the current OS thread and set_event_loop() has not yet been called, asyncio will create a new event loop and set it as the current one." https://docs.python.org/3.7/library/asyncio-e