Tin mới
imghdr — Determine the type of an image
mailcap — Mailcap file handling
Python documentation for the current stable release
Deprecated since version 3.4: The imp module is deprecated in favor of importlib.
importlib: The implementation of the import machinery.
Deprecated since version 3.4: The imp module is deprecated in favor of importlib.
sys: Access system-specific parameters and functions.
Reload a previously imported module. The argument must be a module object, so it must have been successfully imported before. This is useful if you have edited the module source file using an external editor and want to
__main__: The environment where the top-level script is run.
Reload a previously imported module. The argument must be a module object, so it must have been successfully imported before. This is useful if you have edited the module source file using an external editor and want to
builtins: The module that provides the built-in namespace.
Reload a previously imported module. The argument must be a module object, so it must have been successfully imported before. This is useful if you have edited the module source file using an external editor and want to
Changed in version 3.3: If sys.implementation.cache_tag is None, then NotImplementedError is raised.