1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
stdlib-list
===========
This package includes lists of all of the standard libraries for Python 2.6
through 3.13.
.. note::
If you're on Python 3.10 or newer, you **probably don't need this library**.
See `sys.stdlib_module_names <https://docs.python.org/3/library/sys.html#sys.stdlib_module_names>`_
and `sys.builtin_module_names <https://docs.python.org/3/library/sys.html#sys.builtin_module_names>`_
for similar functionality.
Contents
========
.. toctree::
:maxdepth: 2
install
usage
module-policy
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|