]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150285: Fix too long docstrings in some Python modules (GH-150366) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 May 2026 08:19:36 +0000 (10:19 +0200)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 08:19:36 +0000 (11:19 +0300)
commit03244b9f043a31eaa9243d90d01139294155e1f3
treea8a991fd99d5ab583b04d607eca61a828bd8396a
parent5292bb45d95dd27e92229d94ab3471264ddf0121
[3.15] gh-150285: Fix too long docstrings in some Python modules (GH-150366) (GH-150375)

(cherry picked from commit 01c6d3d76bf222d8b847c97e0a3d3fad0c1b1fe3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
12 files changed:
Lib/_collections_abc.py
Lib/enum.py
Lib/functools.py
Lib/glob.py
Lib/gzip.py
Lib/json/__init__.py
Lib/ntpath.py
Lib/tarfile.py
Lib/test/test_enum.py
Lib/types.py
Lib/xml/etree/ElementTree.py
Lib/zipfile/__init__.py