]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-150285: Fix too long docstrings in the asyncio package (GH-151074) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jun 2026 17:12:18 +0000 (20:12 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 17:12:18 +0000 (17:12 +0000)
commitbbda3360a45c3aa6dee7b90bba58f89f4d863c76
tree1b3358da9c6098df75ecee140cac6dd8d8736de6
parent04884519ce1dab7d28bceeb635d7e9d9b557cf2d
[3.13] gh-150285: Fix too long docstrings in the asyncio package (GH-151074) (GH-151175) (GH-151185)

(cherry picked from commit e0ad8745c8289396d5acec6b4a167c76db88328c)
(cherry picked from commit ed2b04248aa1f608099e03437aa280d1be6e80c3)
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/locks.py
Lib/asyncio/queues.py
Lib/asyncio/runners.py
Lib/asyncio/selector_events.py
Lib/asyncio/streams.py
Lib/asyncio/tasks.py
Lib/asyncio/threads.py
Lib/asyncio/timeouts.py
Lib/asyncio/unix_events.py