mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Remove the imputil module.
This commit is contained in:
parent
6d4df9b343
commit
0ec585575d
6 changed files with 0 additions and 951 deletions
|
@ -108,8 +108,6 @@ def updatecache(filename, module_globals=None):
|
|||
# Try looking through the module search path.
|
||||
|
||||
for dirname in sys.path:
|
||||
# When using imputil, sys.path may contain things other than
|
||||
# strings; ignore them when it happens.
|
||||
try:
|
||||
fullname = os.path.join(dirname, basename)
|
||||
except (TypeError, AttributeError):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue