This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Asyncio Event Loop documentation inconsistency (call_later and call_at methods)
Type: Stage: resolved
Components: asyncio, Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, miss-islington, naccht, yselivanov
Priority: normal Keywords: patch

Created on 2019-04-17 18:53 by naccht, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
documenation_incosistency.png naccht, 2019-04-17 18:53 Snapshot of the corresponding documentation page
Pull Requests
URL Status Linked Edit
PR 12866 merged naccht, 2019-04-17 20:12
PR 12874 merged miss-islington, 2019-04-18 12:43
Messages (3)
msg340434 - (view) Author: Enrico Carbognani (naccht) * Date: 2019-04-17 18:53
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.
msg340483 - (view) Author: miss-islington (miss-islington) Date: 2019-04-18 12:43
New changeset 7e954e7de4f3777b5ce239640bd2b76aced09561 by Miss Islington (bot) (Enrico Alarico Carbognani) in branch 'master':
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
https://github.com/python/cpython/commit/7e954e7de4f3777b5ce239640bd2b76aced09561
msg340484 - (view) Author: miss-islington (miss-islington) Date: 2019-04-18 12:49
New changeset d29b3dd9227cfc4a23f77e99d62e20e063272de1 by Miss Islington (bot) in branch '3.7':
bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866)
https://github.com/python/cpython/commit/d29b3dd9227cfc4a23f77e99d62e20e063272de1
History
Date User Action Args
2022-04-11 14:59:14adminsetgithub: 80832
2019-04-18 13:28:53asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-04-18 12:49:28miss-islingtonsetmessages: + msg340484
2019-04-18 12:44:36asvetlovsetversions: + Python 3.7
2019-04-18 12:43:34miss-islingtonsetpull_requests: + pull_request12798
2019-04-18 12:43:18miss-islingtonsetnosy: + miss-islington
messages: + msg340483
2019-04-18 06:18:25xtreaksetnosy: + asvetlov, yselivanov
components: + asyncio
2019-04-17 20:12:11nacchtsetkeywords: + patch
stage: patch review
pull_requests: + pull_request12793
2019-04-17 18:53:02nacchtcreate