Commit 893bb26
gh-142044: Add note to prefer asyncio.timeout/timeout_at over Timeout
Document that users should prefer using asyncio.timeout() or
asyncio.timeout_at() rather than directly instantiating the Timeout
class, matching the guidance already present in the source code.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 7e2c9bd commit 893bb26
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
774 | 779 | | |
775 | 780 | | |
776 | 781 | | |
| |||
0 commit comments