Skip to content

bpo-32114: Updated the documentation for get_event_loop to reflect the policy change#4510

Merged
1st1 merged 2 commits into
python:masterfrom
pablogsal:bpo32114
Dec 10, 2017
Merged

bpo-32114: Updated the documentation for get_event_loop to reflect the policy change#4510
1st1 merged 2 commits into
python:masterfrom
pablogsal:bpo32114

Conversation

@pablogsal

@pablogsal pablogsal commented Nov 23, 2017

Copy link
Copy Markdown
Member

@pablogsal pablogsal requested a review from 1st1 as a code owner November 23, 2017 00:08
@pablogsal pablogsal changed the title Updated the documentation for get_event_loop to reflect the policy change bpo-32114: Updated the documentation for get_event_loop to reflect the policy change Nov 23, 2017
happens when :meth:`~AbstractEventLoopPolicy.get_event_loop` is called from a
running future/coroutine, in which case it will return the current loop
running that future/coroutine.
If the current thread doesn't already have an event loop associated with it,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add an empty line before this to make a new paragraph.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in d9a8a16

@pablogsal

Copy link
Copy Markdown
Member Author

@1st1 Can you check that these changes to the documentation are correct?

@1st1 1st1 added the skip news label Dec 10, 2017
@1st1 1st1 merged commit 77106b2 into python:master Dec 10, 2017
@1st1

1st1 commented Dec 10, 2017

Copy link
Copy Markdown
Member

Merged. Thanks for the PR!

@pablogsal pablogsal deleted the bpo32114 branch December 10, 2017 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants