diff options
author | Victor Stinner <vstinner@python.org> | 2023-05-24 21:15:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-24 21:15:43 (GMT) |
commit | ded5f1f287674ad404ddd042745433388dc073a5 (patch) | |
tree | 5e27a6df5442dcb9e7e233b35254be974f88ad30 /Tools/wasm | |
parent | 684e99d01df0c7c8f7c67567e2cece4673df9432 (diff) | |
download | cpython-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 'Tools/wasm')
-rwxr-xr-x | Tools/wasm/wasm_assets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py index 34340ad..4da30f2 100755 --- a/Tools/wasm/wasm_assets.py +++ b/Tools/wasm/wasm_assets.py @@ -69,7 +69,6 @@ OMIT_NETWORKING_FILES = ( "http/", "imaplib.py", "mailbox.py", - "nntplib.py", "poplib.py", "smtplib.py", "socketserver.py", |