blob: 379d508da15223fc9d8aa53fef90c1fead6bcf84 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +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
Georg Brandl1a3284e2007-12-02 09:40:06 +000016 builtins.rst
Christian Heimes4fbc72b2008-03-22 00:47:35 +000017 future_builtins.rst
Georg Brandl116aa622007-08-15 14:28:22 +000018 __main__.rst
19 warnings.rst
20 contextlib.rst
Georg Brandlaeaa5462007-09-04 08:11:03 +000021 abc.rst
Georg Brandl116aa622007-08-15 14:28:22 +000022 atexit.rst
23 traceback.rst
24 __future__.rst
25 gc.rst
26 inspect.rst
27 site.rst
28 user.rst
29 fpectl.rst