mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45:20 +00:00
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
ModuleNotFoundError.
This commit is contained in:
parent
82da8886cc
commit
679ecb565b
17 changed files with 412 additions and 427 deletions
|
@ -206,7 +206,7 @@ expected_html_data_docstrings = tuple(s.replace(' ', ' ')
|
|||
missing_pattern = "no Python documentation found for '%s'"
|
||||
|
||||
# output pattern for module with bad imports
|
||||
badimport_pattern = "problem in %s - ModuleNotFoundError: No module named %r"
|
||||
badimport_pattern = "problem in %s - ImportError: No module named %r"
|
||||
|
||||
def run_pydoc(module_name, *args, **env):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue