Last change
on this file was 391, checked in by dmik, 11 years ago |
python: Merge vendor 2.7.6 to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
531 bytes
|
Rev | Line | |
---|
[2] | 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
|
---|
[391] | 16 | sysconfig.rst
|
---|
[2] | 17 | __builtin__.rst
|
---|
| 18 | future_builtins.rst
|
---|
| 19 | __main__.rst
|
---|
| 20 | warnings.rst
|
---|
| 21 | contextlib.rst
|
---|
| 22 | abc.rst
|
---|
| 23 | atexit.rst
|
---|
| 24 | traceback.rst
|
---|
| 25 | __future__.rst
|
---|
| 26 | gc.rst
|
---|
| 27 | inspect.rst
|
---|
| 28 | site.rst
|
---|
| 29 | user.rst
|
---|
| 30 | fpectl.rst
|
---|
[391] | 31 | distutils.rst
|
---|
Note:
See
TracBrowser
for help on using the repository browser.