]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81283: compiler: remove indent from docstring (#106411)
authorInada Naoki <songofacandy@gmail.com>
Sat, 15 Jul 2023 10:33:32 +0000 (19:33 +0900)
committerGitHub <noreply@github.com>
Sat, 15 Jul 2023 10:33:32 +0000 (19:33 +0900)
commit2566b74b26bcce24199427acea392aed644f4b17
tree91d2ae486db81b01c8451f26382f2eedddaf2ba1
parentbbf62979851283b601b2dac0073ab331ebeb3be9
gh-81283: compiler: remove indent from docstring (#106411)

Co-authored-by: Éric <merwok@netwok.org>
Doc/whatsnew/3.13.rst
Include/internal/pycore_compile.h
Lib/inspect.py
Lib/test/test_doctest.py
Lib/test/test_inspect.py
Misc/NEWS.d/next/Core and Builtins/2023-07-04-20-42-54.gh-issue-81283.hfh_MD.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/clinic/_testinternalcapi.c.h
Python/compile.c