mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-98040: Remove just the imp
module (#98573)
This commit is contained in:
parent
79b9db9295
commit
e1f14643dc
24 changed files with 40 additions and 1537 deletions
|
@ -512,7 +512,7 @@ class Doc:
|
|||
|
||||
basedir = os.path.normcase(basedir)
|
||||
if (isinstance(object, type(os)) and
|
||||
(object.__name__ in ('errno', 'exceptions', 'gc', 'imp',
|
||||
(object.__name__ in ('errno', 'exceptions', 'gc',
|
||||
'marshal', 'posix', 'signal', 'sys',
|
||||
'_thread', 'zipimport') or
|
||||
(file.startswith(basedir) and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue