Staging
v0.5.1
https://github.com/python/cpython
Revision 924b5711049bb906bfde08ea1fee5118e57280ac authored by Gerhard Häring on 05 March 2010, 15:50:25 UTC, committed by Gerhard Häring on 05 March 2010, 15:50:25 UTC
1 parent f580a5b
Raw File
Tip revision: 924b5711049bb906bfde08ea1fee5118e57280ac authored by Gerhard Häring on 05 March 2010, 15:50:25 UTC
Issue #7670: sqlite3: Fixed crashes when operating on closed connections.
Tip revision: 924b571
python.rst

.. _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
   __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
back to top