]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150285: Fix too long docstrings in the asyncio package (GH-151074) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 Jun 2026 16:42:57 +0000 (19:42 +0300)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 16:42:57 +0000 (16:42 +0000)
commite0ad8745c8289396d5acec6b4a167c76db88328c
treec2cc1f8121f08b8ad3b3a7373c69e20f45414491
parent4c1f9678583f10703b0774b4b1c604a317b26706
[3.14] gh-150285: Fix too long docstrings in the asyncio package (GH-151074) (GH-151175)

(cherry picked from commit ed2b04248aa1f608099e03437aa280d1be6e80c3)
12 files changed:
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/graph.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