cpython/Doc/library/modules.rst
Miss Islington (bot) 92170517d7
gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247)
(cherry picked from commit ccd7c7a0bd)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2022-07-25 18:26:46 +02:00

23 lines
460 B
ReStructuredText

.. _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.resources.rst
importlib.resources.abc.rst
importlib.metadata.rst
sys_path_init.rst