]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119856: Support exiting help() with just "exit" (GH-119858) (#119967)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Jun 2024 09:10:39 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 09:10:39 +0000 (09:10 +0000)
commitc3fc3a2db84886f13bf020d7a1ec7f6b9ef1b775
treea94cb8b628bccbf42eb1cd75fdb66038039e1f03
parente5dfcea3e32f02cc740d7cb96f36f8327f3650bd
[3.13] gh-119856: Support exiting help() with just "exit" (GH-119858) (#119967)

gh-119856: Support exiting help() with just "exit" (GH-119858)
(cherry picked from commit 4223f1d828d3a3e1c8d803e3fdd420afd7d85faf)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/pydoc.py