-:mod:`imp` --- Access the :keyword:`import` internals
-=====================================================
+:mod:`imp` --- Access the :ref:`import <importsystem>` internals
+================================================================
.. module:: imp
:synopsis: Access the implementation of the import statement.
:keyword:`import` statement. It defines the following constants and functions:
+.. note::
+ New programs should use :mod:`importlib` rather than this module.
+
+
.. function:: get_magic()
.. index:: pair: file; byte-code