summaryrefslogtreecommitdiffstats
path: root/Doc/library/internet.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-03-23 20:13:08 (GMT)
committerGitHub <noreply@github.com>2022-03-23 20:13:08 (GMT)
commite513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6 (patch)
treeaa3f226ffc9bfde32cf185d458cd8e6622c04a88 /Doc/library/internet.rst
parent0bbb6956f83ef457872b8f04242bb02b6898350d (diff)
downloadcpython-e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6.zip
cpython-e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6.tar.gz
cpython-e513b8188af4d2f43ab2b96b51bc45bd4f6fd5b6.tar.bz2
[3.9] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-32082)
Also removed asynchat, asyncore, and smtpd from their respective toctree entries so they are only in the superceded subtree. (cherry picked from commit 9ac2de922a0f783bd43b8e026e4fb70fd1888572) Co-authored-by: Brett Cannon <brett@python.org> Automerge-Triggered-By: GH:brettcannon
Diffstat (limited to 'Doc/library/internet.rst')
-rw-r--r--Doc/library/internet.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/internet.rst b/Doc/library/internet.rst
index b8950bb..c8bab2a 100644
--- a/Doc/library/internet.rst
+++ b/Doc/library/internet.rst
@@ -20,8 +20,6 @@ is currently supported on most popular platforms. Here is an overview:
.. toctree::
webbrowser.rst
- cgi.rst
- cgitb.rst
wsgiref.rst
urllib.rst
urllib.request.rst
@@ -33,10 +31,7 @@ is currently supported on most popular platforms. Here is an overview:
ftplib.rst
poplib.rst
imaplib.rst
- nntplib.rst
smtplib.rst
- smtpd.rst
- telnetlib.rst
uuid.rst
socketserver.rst
http.server.rst