mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
deprecation of imp.get_magic().
This commit is contained in:
parent
4d7056258b
commit
05a647deed
8 changed files with 37 additions and 8 deletions
|
@ -1,5 +1,6 @@
|
|||
"""Utility code for constructing importers, etc."""
|
||||
|
||||
from ._bootstrap import MAGIC_NUMBER
|
||||
from ._bootstrap import module_to_load
|
||||
from ._bootstrap import set_loader
|
||||
from ._bootstrap import set_package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue