]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-115986 Reorder pprint docs and amend some references (#116019) (#116064)
authorErlend E. Aasland <erlend@python.org>
Wed, 28 Feb 2024 20:11:12 +0000 (21:11 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 20:11:12 +0000 (20:11 +0000)
commit02bb367748121b4c271ac07392820b5136db3571
tree5cc300db35f9fb7228205316e0e951152ec71765
parent99ab0d49e205cc3977205cc3b98d0b0224c1e642
[3.11] GH-115986 Reorder pprint docs and amend some references (#116019) (#116064)

(cherry picked from commit 6c1c94dc517b77afcebb25436a4b7b0d13b6eb4d)

Introduce a new subsubsection, 'Functions', for module level functions,
and place it before the PrettyPrinter class reference.

Also:
- Fix pprint.pprint() references so they properly link to the module
  level function.
- Add links to sys.stdout.

Co-authored-by: Kerim Kabirov <39376984+Privat33r-dev@users.noreply.github.com>
Doc/library/pprint.rst