blob: 1ebc32997db0c0484068d928d95197650e2f2080 [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001
2.. _python:
3
4***********************
5Python Runtime Services
6***********************
7
8The modules described in this chapter provide a wide range of services related
9to the Python interpreter and its interaction with its environment. Here's an
10overview:
11
12
13.. toctree::
14
15 sys.rst
Tarek Ziadé1b93fc12010-02-02 22:27:58 +000016 sysconfig.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000017 __builtin__.rst
Georg Brandld3464752008-03-21 19:37:57 +000018 future_builtins.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000019 __main__.rst
20 warnings.rst
21 contextlib.rst
Georg Brandlafd05da2008-06-07 17:11:00 +000022 abc.rst
Georg Brandl8ec7f652007-08-15 14:28:01 +000023 atexit.rst
24 traceback.rst
25 __future__.rst
26 gc.rst
27 inspect.rst
28 site.rst
29 user.rst
30 fpectl.rst