]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-102541: Add test case for help() for non_existent_module (GH-106340) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jul 2023 18:28:28 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 18:28:28 +0000 (18:28 +0000)
commit3e61e20043ed8613edad681a2041564040756648
treea729ad0f1824c951274cd81ae697583120e2ba5b
parent549b528abeb7a8594967c367ce8ac5e79f96949c
[3.11] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106640)

gh-102541: Add test case for help() for non_existent_module (GH-106340)

Test fix for when one enters, for instance, 'abd' at the 'help>' prompt.
---------

(cherry picked from commit 292ac4bfe92768140c2d383fd329cfa1949869b2)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/test/test_pydoc.py