]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:35:13 +0000 (11:35 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jul 2023 18:35:13 +0000 (18:35 +0000)
commit46a21f5c5e99aa3017618c7bb52d3254a6c0257b
treec7820d811f465a0f6f31862a6edc5bb749ae82e4
parent139e7ac7c2a798820554abb6c84b9feaf810c493
[3.12] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106639)

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