10000 gh-102810 Improve the sphinx docs for `asyncio.Timeout` by JosephSBoyle · Pull Request #102934 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102810 Improve the sphinx docs for asyncio.Timeout #102934

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply @AlexWaygood 's suggestion
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
JosephSBoyle and AlexWaygood authored Mar 23, 2023
commit 1454cbbce1e2360a1860d1af60665f9332317e68
2 changes: 0 additions & 2 deletions Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,6 @@ Timeouts
- If ``when < loop.time()``, the timeout will trigger on the next
iteration of the event loop.

.. versionadded:: 3.11

.. method:: when() -> float | None

Return the current deadline, or ``None`` if the current
Expand Down
0