mirror of
https://github.com/python/cpython.git
synced 2025-08-16 23:01:34 +00:00

svn+ssh://pythondev@svn.python.org/python/trunk ........ r77886 | benjamin.peterson | 2010-01-31 19:09:34 +0100 (So, 31 Jan 2010) | 1 line move distutils.rst to different toc ........
31 lines
531 B
ReStructuredText
31 lines
531 B
ReStructuredText
|
|
.. _python:
|
|
|
|
***********************
|
|
Python Runtime Services
|
|
***********************
|
|
|
|
The modules described in this chapter provide a wide range of services related
|
|
to the Python interpreter and its interaction with its environment. Here's an
|
|
overview:
|
|
|
|
|
|
.. toctree::
|
|
|
|
sys.rst
|
|
sysconfig.rst
|
|
__builtin__.rst
|
|
future_builtins.rst
|
|
__main__.rst
|
|
warnings.rst
|
|
contextlib.rst
|
|
abc.rst
|
|
atexit.rst
|
|
traceback.rst
|
|
__future__.rst
|
|
gc.rst
|
|
inspect.rst
|
|
site.rst
|
|
user.rst
|
|
fpectl.rst
|
|
distutils.rst
|