]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150285: Fix too long docstrings in some Python modules (GH-150366)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 May 2026 07:33:54 +0000 (10:33 +0300)
committerGitHub <noreply@github.com>
Mon, 25 May 2026 07:33:54 +0000 (07:33 +0000)
commit01c6d3d76bf222d8b847c97e0a3d3fad0c1b1fe3
treeb78a5379f6034cac92eb77d28b00601ec0d087da
parent7e5d1d8fa8682b0d25f7e5b2b3b77c5306b01b9a
gh-150285: Fix too long docstrings in some Python modules (GH-150366)
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