]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102541: Add test case for help() for non_existent_module (#106340)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Tue, 11 Jul 2023 18:04:09 +0000 (21:04 +0300)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 18:04:09 +0000 (14:04 -0400)
commit292ac4bfe92768140c2d383fd329cfa1949869b2
treef854a135ce313a5ba6a446a6993a17bc5514b657
parentd0b7e18262e69dd4b8252e804e4f98fc9533bcd6
gh-102541: Add test case for help() for non_existent_module (#106340)

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

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/test/test_pydoc.py