]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150285: Fix too long docstrings in some Python modules (GH-150366) (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 May 2026 16:29:58 +0000 (19:29 +0300)
committerGitHub <noreply@github.com>
Wed, 27 May 2026 16:29:58 +0000 (16:29 +0000)
commit2a5e7d5bd05c36a7e0f4b7ed053b0451f3cf2ba0
treebc29c2f0db85aed18c050f82e4a93eedf8e45b22
parent49975a511fdfed2f6dd396c110fb915aedbda686
[3.14] gh-150285: Fix too long docstrings in some Python modules (GH-150366) (GH-150375) (GH-150519)

(cherry picked from commit 01c6d3d76bf222d8b847c97e0a3d3fad0c1b1fe3)
(cherry picked from commit 03244b9f043a31eaa9243d90d01139294155e1f3)

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Lib/_collections_abc.py
Lib/enum.py
Lib/functools.py
Lib/glob.py
Lib/gzip.py
Lib/ntpath.py
Lib/tarfile.py
Lib/test/test_enum.py
Lib/types.py
Lib/xml/etree/ElementTree.py
Lib/zipfile/__init__.py