summaryrefslogtreecommitdiff
path: root/Doc/library/modules.rst
blob: 565ce0525c2c99f6ad693af42fe504a71e0e4732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _modules:

*****************
Importing Modules
*****************

The modules described in this chapter provide new ways to import other Python
modules and hooks for customizing the import process.

The full list of modules described in this chapter is:


.. toctree::

   zipimport.rst
   pkgutil.rst
   modulefinder.rst
   runpy.rst
   importlib.rst
   importlib.metadata.rst