diff options
author | Brett Cannon <brett@python.org> | 2022-03-21 23:16:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 23:16:37 (GMT) |
commit | 9ac2de922a0f783bd43b8e026e4fb70fd1888572 (patch) | |
tree | 092a8ef5227c3ea3acb6cfac8dcc22a7a8aace3a /Doc/library/mm.rst | |
parent | d5d625199e41580bb9372c16add4f13b9af2c223 (diff) | |
download | cpython-9ac2de922a0f783bd43b8e026e4fb70fd1888572.zip cpython-9ac2de922a0f783bd43b8e026e4fb70fd1888572.tar.gz cpython-9ac2de922a0f783bd43b8e026e4fb70fd1888572.tar.bz2 |
bpo-47061: document module deprecations due to PEP 594 (GH-31984)
Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree.
Diffstat (limited to 'Doc/library/mm.rst')
-rw-r--r-- | Doc/library/mm.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/library/mm.rst b/Doc/library/mm.rst index c8f79c4..cd06e93 100644 --- a/Doc/library/mm.rst +++ b/Doc/library/mm.rst @@ -11,12 +11,5 @@ discretion of the installation. Here's an overview: .. toctree:: - audioop.rst - aifc.rst - sunau.rst wave.rst - chunk.rst colorsys.rst - imghdr.rst - sndhdr.rst - ossaudiodev.rst |