Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Dec 10, 2017

Conversation

pablogsal
Copy link
Member

@pablogsal pablogsal commented Nov 23, 2017

@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
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
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
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
Copy link
Member

1st1 commented Dec 10, 2017

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