]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-104773: PEP 594: Remove the nntplib module (#104894)
authorVictor Stinner <vstinner@python.org>
Wed, 24 May 2023 21:15:43 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 21:15:43 +0000 (21:15 +0000)
commitded5f1f287674ad404ddd042745433388dc073a5
tree5e27a6df5442dcb9e7e233b35254be974f88ad30
parent684e99d01df0c7c8f7c67567e2cece4673df9432
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.
26 files changed:
Doc/library/email.generator.rst
Doc/library/email.rst
Doc/library/nntplib.rst [deleted file]
Doc/library/superseded.rst
Doc/tools/.nitignore
Doc/whatsnew/2.0.rst
Doc/whatsnew/2.4.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.1.rst
Doc/whatsnew/3.11.rst
Doc/whatsnew/3.12.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.3.rst
Doc/whatsnew/3.9.rst
Lib/nntplib.py [deleted file]
Lib/test/ssltests.py
Lib/test/support/socket_helper.py
Lib/test/test_nntplib.py [deleted file]
Makefile.pre.in
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/3.9.0a3.rst
Misc/NEWS.d/3.9.0b1.rst
Misc/NEWS.d/next/Library/2023-05-24-22-22-03.gh-issue-104773.NwpjhZ.rst [new file with mode: 0644]
Python/stdlib_module_names.h
Tools/wasm/wasm_assets.py