]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
authorGregory Anders <github@gpanders.com>
Thu, 26 Aug 2021 12:22:02 +0000 (06:22 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 12:22:02 +0000 (14:22 +0200)
commit8868d48712aee2b490efaf60bed8dfe9fb14d6b7
tree91eb1d83da1952490da5ec89bc6432c0e6cabe34
parent21fa8547921d28b80b8a88d034081cab000d5480
bpo-44967: pydoc: return non-zero exit code when query is not found (GH-27868)
Lib/pydoc.py
Lib/test/test_pydoc.py
Misc/NEWS.d/next/Tools-Demos/2021-08-26-11-57-31.bpo-44967.UT1RMV.rst [new file with mode: 0644]