]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112632: Add optional keyword-only argument `expand` to `pprint` (#136964)
authorSemyon Moroz <donbarbos@proton.me>
Tue, 7 Apr 2026 04:42:54 +0000 (08:42 +0400)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2026 04:42:54 +0000 (07:42 +0300)
commit132abfd135c26053dedc53ee65e79d2c3900094e
treed2374def414da7f4f6af8c6b09ab4ecdaa2533c3
parent3df0c4da4c502a4e26ed00468dd97aa50a3bb260
gh-112632: Add optional keyword-only argument `expand` to `pprint` (#136964)

Co-authored-by: stodoran <stefan.todoran@uipath.com>
Co-authored-by: StefanTodoran <stefan.alex4@gmail.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/library/pprint.rst
Doc/whatsnew/3.15.rst
Lib/pprint.py
Lib/test/test_pprint.py
Misc/NEWS.d/next/Library/2025-02-07-00-48-07.gh-issue-112632.95MM0C.rst [new file with mode: 0644]