[issue36651] Asyncio Event Loop documentation inconsistency (call_later and call_at methods)

2019-04-17 Thread Enrico Carbognani
New submission from Enrico Carbognani : 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. -- assignee: docs@python

[issue36651] Asyncio Event Loop documentation inconsistency (call_later and call_at methods)

2019-04-17 Thread Enrico Carbognani
Change by Enrico Carbognani : -- keywords: +patch pull_requests: +12793 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36651> ___ _