Skip to content

[3.7] bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) - #12874

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-7e954e7-3.7
Apr 18, 2019
Merged

[3.7] bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)#12874
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-7e954e7-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Apr 18, 2019

Copy link
Copy Markdown
Contributor

GH- bpo-36651: Fixed Asyncio Event Loop documentation inconsistency

In the documentation for the call_later and the call_at methods there is a note which says that the delay cannot be longer than a day, but both methods have a note saying that this limitation was removed in Python 3.8
Here I fixed this issue by removing the pre-exising note and added a versionchanged.

To test my changes I have rebuilt the documentation with make html. I did not have any errors and the effected page displayed correctly on a browser.

https://bugs.python.org/issue36651
(cherry picked from commit 7e954e7)

Co-authored-by: Enrico Alarico Carbognani enrico.carbognani@gmail.com

https://bugs.python.org/issue36651

…onGH-12866)

GH- [bpo-36651](https://bugs.python.org/issue36651): Fixed Asyncio Event Loop documentation inconsistency

In the documentation for the call_later and the call_at methods there is a note which says that the delay cannot be longer than a day, but both methods have a note saying that this limitation was removed in Python 3.8
Here I fixed this issue by removing the pre-exising note and added a versionchanged.

To test my changes I have rebuilt the documentation with ```make html```. I did not have any errors and the effected page displayed correctly on a browser.

https://bugs.python.org/issue36651
(cherry picked from commit 7e954e7)

Co-authored-by: Enrico Alarico Carbognani <enrico.carbognani@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@naccht: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit d29b3dd into python:3.7 Apr 18, 2019
@miss-islington
miss-islington deleted the backport-7e954e7-3.7 branch April 18, 2019 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants