Home | History | Annotate | Download | only in library
      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
     15    sysconfig.rst
     16    builtins.rst
     17    __main__.rst
     18    warnings.rst
     19    contextlib.rst
     20    abc.rst
     21    atexit.rst
     22    traceback.rst
     23    __future__.rst
     24    gc.rst
     25    inspect.rst
     26    site.rst
     27    fpectl.rst
     28