repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a wrong apostrophe
[python.git]
/
Doc
/
library
/
modules.rst
blob
b5543e613955cbbc8ef85f85f2ed7ecfe6a2a6cf
1
2
.. _modules:
3
4
*****************
5
Importing Modules
6
*****************
7
8
The modules described in this chapter provide new ways to import other Python
9
modules and hooks for customizing the import process.
10
11
The full list of modules described in this chapter is:
12
13
14
.. toctree::
15
16
imp.rst
17
importlib.rst
18
imputil.rst
19
zipimport.rst
20
pkgutil.rst
21
modulefinder.rst
22
runpy.rst