mirror of
https://github.com/python/cpython.git
synced 2026-05-20 03:14:26 -04:00
93881c6c58
been done purely to help transitions from 2.7 to 3.1.
23 lines
382 B
ReStructuredText
23 lines
382 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::
|
|
|
|
imp.rst
|
|
importlib.rst
|
|
imputil.rst
|
|
zipimport.rst
|
|
pkgutil.rst
|
|
modulefinder.rst
|
|
runpy.rst
|