blob: f307d7db6db062942ba7f79fca6c973368a4b09e [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
Tarek Ziadé18755702010-02-02 23:17:47 +000015 sysconfig.rst
Georg Brandl1a3284e2007-12-02 09:40:06 +000016 builtins.rst
Georg Brandl116aa622007-08-15 14:28:22 +000017 __main__.rst
18 warnings.rst
19 contextlib.rst
Georg Brandlaeaa5462007-09-04 08:11:03 +000020 abc.rst
Georg Brandl116aa622007-08-15 14:28:22 +000021 atexit.rst
22 traceback.rst
23 __future__.rst
24 gc.rst
25 inspect.rst
26 site.rst
Georg Brandl116aa622007-08-15 14:28:22 +000027 fpectl.rst