/Doc/library/python.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 29 lines · 23 code · 6 blank · 0 comment · 0 complexity · 88af2aae0b06ec4f8ce6cec55a173d11 MD5 · raw file

  1. .. _python:
  2. ***********************
  3. Python Runtime Services
  4. ***********************
  5. The modules described in this chapter provide a wide range of services related
  6. to the Python interpreter and its interaction with its environment. Here's an
  7. overview:
  8. .. toctree::
  9. sys.rst
  10. __builtin__.rst
  11. future_builtins.rst
  12. __main__.rst
  13. warnings.rst
  14. contextlib.rst
  15. abc.rst
  16. atexit.rst
  17. traceback.rst
  18. __future__.rst
  19. gc.rst
  20. inspect.rst
  21. site.rst
  22. user.rst
  23. fpectl.rst