bpo-30935: update get_event_loop docs#2731
Conversation
|
@daxlab, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld to be a potential reviewer. |
Doc/library/asyncio-eventloops.rst
Outdated
There was a problem hiding this comment.
You want to say this not in the documentation of the interface, but in the documentation of the default policy.
Also, in the bpo issue I suggested adding a "Changed in 3.6" directive, but I don't see that here.
There was a problem hiding this comment.
In "What's New," yes, but not in the asyncio section of the docs.
There was a problem hiding this comment.
See the documentation of AbstractEventLoop.run_forever() for an example. In this case, it says, "Changed in version 3.5.1."
Mariatta
left a comment
There was a problem hiding this comment.
Please add the "Changed in 3.6" directive as suggested by @cjerdonek
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
add version changed directive
|
I didn't expect the Spanish Inquisition! |
|
Nobody expects the Spanish Inquisition! @Mariatta: please review the changes made to this pull request. |
cjerdonek
left a comment
There was a problem hiding this comment.
This still doesn't update the get_event_loop() docs as I said in the original bpo issue and in my previous review comment.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
Please update the docstring of |
|
@daxlab There were some additional changes requested since your last commit. Would you be able to take a look at those? Thanks! |
|
GH-7213 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit e55de2d) Co-authored-by: Mandeep Singh <daxlab@users.noreply.github.com>
|
GH-7214 is a backport of this pull request to the 3.6 branch. |
(cherry picked from commit e55de2d) Co-authored-by: Mandeep Singh <daxlab@users.noreply.github.com>
https://bugs.python.org/issue30935