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 16 sysconfig.rst 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 31