]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150285: Fix too long docstrings in builtins (GH-150293)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 May 2026 12:03:32 +0000 (15:03 +0300)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 12:03:32 +0000 (15:03 +0300)
commite1e06be11908ddb6935e8df35f972879dd1bc3d8
tree9c5f18abe6d84e54c8c183b9c2db221997d1a10b
parent9fceb1c0c5c5ad527bc257b115bcf45995daf631
gh-150285: Fix too long docstrings in builtins (GH-150293)

* gh-150285: Fix too long docstrings in builtins

* Revert bytes and bytearray class multiline docstrings to make IDLE happy.
26 files changed:
Objects/bytearrayobject.c
Objects/bytes_methods.c
Objects/bytesobject.c
Objects/clinic/bytearrayobject.c.h
Objects/clinic/bytesobject.c.h
Objects/clinic/codeobject.c.h
Objects/clinic/floatobject.c.h
Objects/clinic/listobject.c.h
Objects/clinic/longobject.c.h
Objects/clinic/memoryobject.c.h
Objects/clinic/odictobject.c.h
Objects/clinic/unicodeobject.c.h
Objects/codeobject.c
Objects/dictobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/listobject.c
Objects/longobject.c
Objects/memoryobject.c
Objects/odictobject.c
Objects/setobject.c
Objects/sliceobject.c
Objects/typeobject.c
Objects/unicodeobject.c
Python/bltinmodule.c
Python/clinic/bltinmodule.c.h