blob: f39613f572884f07641e0e77a0aae2f5942287c2 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _python:
2
3***********************
4Python Runtime Services
5***********************
6
7The modules described in this chapter provide a wide range of services related
8to the Python interpreter and its interaction with its environment. Here's an
9overview:
10
11
12.. toctree::
13
14 sys.rst
Tarek Ziadé18755702010-02-02 23:17:47 +000015 sysconfig.rst
Georg Brandl1a3284e2007-12-02 09:40:06 +000016 builtins.rst
Georg Brandl116aa622007-08-15 14:28:22 +000017 __main__.rst
18 warnings.rst
Eric V. Smith98d50cb2018-05-16 04:20:43 -040019 dataclasses.rst
Georg Brandl116aa622007-08-15 14:28:22 +000020 contextlib.rst
Georg Brandlaeaa5462007-09-04 08:11:03 +000021 abc.rst
Georg Brandl116aa622007-08-15 14:28:22 +000022 atexit.rst
23 traceback.rst
24 __future__.rst
25 gc.rst
26 inspect.rst
27 site.rst