blob: 7888dd0c5e5e2966d13ff8d1c578e619c93b3d4d [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _python:
2
3***********************
4Python Runtime Services
5***********************
6
7The modules described in this chapter provide a wide range of services related
8to the Python interpreter and its interaction with its environment. Here's an
9overview:
10
11
12.. toctree::
13
14 sys.rst
Georg Brandl1a3284e2007-12-02 09:40:06 +000015 builtins.rst
Georg Brandl116aa622007-08-15 14:28:22 +000016 __main__.rst
17 warnings.rst
18 contextlib.rst
Georg Brandlaeaa5462007-09-04 08:11:03 +000019 abc.rst
Georg Brandl116aa622007-08-15 14:28:22 +000020 atexit.rst
21 traceback.rst
22 __future__.rst
23 gc.rst
24 inspect.rst
25 site.rst
Georg Brandl116aa622007-08-15 14:28:22 +000026 fpectl.rst