mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-139707: Add docs for optional modules (GH-140171)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Emma Smith <emma@emmatyping.dev> Co-authored-by: Author: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
86ab7bb87a
commit
d2ce6d708a
20 changed files with 221 additions and 82 deletions
9
Doc/includes/optional-module.rst
Normal file
9
Doc/includes/optional-module.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
This is an :term:`optional module`.
|
||||
If it is missing from your copy of CPython,
|
||||
look for documentation from your distributor (that is,
|
||||
whoever provided Python to you).
|
||||
If you are the distributor, see :ref:`optional-module-requirements`.
|
||||
|
||||
.. Similar notes appear in the docs of the modules:
|
||||
- zipfile
|
||||
- tarfile
|
||||
Loading…
Add table
Add a link
Reference in a new issue