mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
Don't worry about moving imp.get_tag() over to Lib/imp.py.
This commit is contained in:
parent
b582c923ba
commit
2f92389d5c
3 changed files with 3096 additions and 3091 deletions
|
@ -11,9 +11,9 @@ from _imp import (lock_held, acquire_lock, release_lock, reload,
|
|||
init_builtin, init_frozen, is_builtin, is_frozen,
|
||||
_fix_co_filename)
|
||||
# Could move out of _imp, but not worth the code
|
||||
from _imp import get_magic
|
||||
from _imp import get_magic, get_tag
|
||||
# Can (probably) move to importlib
|
||||
from _imp import (get_tag, get_suffixes)
|
||||
from _imp import get_suffixes
|
||||
# Should be re-implemented here (and mostly deprecated)
|
||||
from _imp import (find_module, NullImporter,
|
||||
SEARCH_ERROR, PY_SOURCE, PY_COMPILED, C_EXTENSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue