mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
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.
This commit is contained in:
parent
684e99d01d
commit
ded5f1f287
26 changed files with 33 additions and 3364 deletions
1
Python/stdlib_module_names.h
generated
1
Python/stdlib_module_names.h
generated
|
|
@ -185,7 +185,6 @@ static const char* _Py_stdlib_module_names[] = {
|
|||
"multiprocessing",
|
||||
"netrc",
|
||||
"nis",
|
||||
"nntplib",
|
||||
"nt",
|
||||
"ntpath",
|
||||
"nturl2path",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue