0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00
cpython/Doc/library/python.rst
Eric V. Smith 98d50cb8f5
bpo-32216: Add documentation for dataclasses (GH-6886)
This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from.
2018-05-16 04:20:43 -04:00

28 lines
480 B
ReStructuredText

.. _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
sysconfig.rst
builtins.rst
__main__.rst
warnings.rst
dataclasses.rst
contextlib.rst
abc.rst
atexit.rst
traceback.rst
__future__.rst
gc.rst
inspect.rst
site.rst