]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150285: Fix too long docstrings in the asyncio package (GH-151074) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2026 16:41:54 +0000 (18:41 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2026 16:41:54 +0000 (16:41 +0000)
commit2aba3d99acfeed753784311c7ad4d50233346a98
treee6f9c7c79470ac65104d1fd1cc6a69b233d444e4
parentca0cb46648ccdb530fb355c29df6c12b2ae22ec9
[3.15] gh-150285: Fix too long docstrings in the asyncio package (GH-151074) (GH-151172)

(cherry picked from commit ed2b04248aa1f608099e03437aa280d1be6e80c3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
13 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/taskgroups.py
Lib/asyncio/tasks.py
Lib/asyncio/threads.py
Lib/asyncio/timeouts.py
Lib/asyncio/unix_events.py