summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-05-24 21:15:43 (GMT)
committerGitHub <noreply@github.com>2023-05-24 21:15:43 (GMT)
commitded5f1f287674ad404ddd042745433388dc073a5 (patch)
tree5e27a6df5442dcb9e7e233b35254be974f88ad30 /Python
parent684e99d01df0c7c8f7c67567e2cece4673df9432 (diff)
downloadcpython-ded5f1f287674ad404ddd042745433388dc073a5.zip
cpython-ded5f1f287674ad404ddd042745433388dc073a5.tar.gz
cpython-ded5f1f287674ad404ddd042745433388dc073a5.tar.bz2
gh-104773: PEP 594: Remove the nntplib module (#104894)
* socket_helper.transient_internet() no longer imports nntplib to catch nntplib.NNTPTemporaryError. * ssltests.py no longer runs test_nntplib. * "make quicktest" no longer runs test_nntplib. * WASM: remove nntplib from OMIT_NETWORKING_FILES. * Remove mentions to nntplib in the email documentation.
Diffstat (limited to 'Python')
-rw-r--r--Python/stdlib_module_names.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/stdlib_module_names.h b/Python/stdlib_module_names.h
index d91fea3..f27a801 100644
--- a/Python/stdlib_module_names.h
+++ b/Python/stdlib_module_names.h
@@ -185,7 +185,6 @@ static const char* _Py_stdlib_module_names[] = {
"multiprocessing",
"netrc",
"nis",
-"nntplib",
"nt",
"ntpath",
"nturl2path",