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