Oops. Need to check not only that HAVE_DECL_ISINF is defined, but also
[python.git] / Doc / library / modules.rst
blobec6f7cd5759b1e2b4d169db8efa7c34be0768c76
2 .. _modules:
4 *****************
5 Importing Modules
6 *****************
8 The modules described in this chapter provide new ways to import other Python
9 modules and hooks for customizing the import process.
11 The full list of modules described in this chapter is:
14 .. toctree::
16    imp.rst
17    imputil.rst
18    zipimport.rst
19    pkgutil.rst
20    modulefinder.rst
21    runpy.rst