]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145887: Use `write()` instead of `stream.write()` in `PrettyPrinter._pprint_frozen...
authordevdanzin <74280297+devdanzin@users.noreply.github.com>
Fri, 13 Mar 2026 11:57:35 +0000 (08:57 -0300)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 11:57:35 +0000 (12:57 +0100)
commit0b6a2346e5b203fb988a382fdc3d51b36641fe1a
tree5e493a47a039475fcc77bb2b2f2c52b27b9c4179
parent962fb872ebd97ab6ab808a1b8e2034577e5501bf
gh-145887: Use `write()` instead of `stream.write()` in `PrettyPrinter._pprint_frozendict` (#145894)
Lib/pprint.py