Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _python: |
| 2 | |
| 3 | *********************** |
| 4 | Python Runtime Services |
| 5 | *********************** |
| 6 | |
| 7 | The modules described in this chapter provide a wide range of services related |
| 8 | to the Python interpreter and its interaction with its environment. Here's an |
| 9 | overview: |
| 10 | |
| 11 | |
| 12 | .. toctree:: |
| 13 | |
| 14 | sys.rst |
Georg Brandl | 1a3284e | 2007-12-02 09:40:06 +0000 | [diff] [blame] | 15 | builtins.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 16 | __main__.rst |
| 17 | warnings.rst |
| 18 | contextlib.rst |
Georg Brandl | aeaa546 | 2007-09-04 08:11:03 +0000 | [diff] [blame] | 19 | abc.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 20 | atexit.rst |
| 21 | traceback.rst |
| 22 | __future__.rst |
| 23 | gc.rst |
| 24 | inspect.rst |
| 25 | site.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 26 | fpectl.rst |