]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124966)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Oct 2024 22:31:51 +0000 (00:31 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Oct 2024 22:31:51 +0000 (15:31 -0700)
gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830)

The ``nntplib`` library has been deleted from PyPI by its author.
(cherry picked from commit ac9648243dc0f5cb34c93621e507a98cf90550ea)

Co-authored-by: Christian Clauss <cclauss@me.com>
Doc/whatsnew/3.13.rst

index 261c3b003ccf66b895932cf9ebf451990b1b7e24..e629fc122f1397a73ccf2052cae6f9e9b1cb830a 100644 (file)
@@ -1559,7 +1559,7 @@ and are now removed:
 * :mod:`!msilib`
 * :mod:`!nis`
 * :mod:`!nntplib`:
-  Use the :pypi:`nntplib` library from PyPI instead.
+  Use the :pypi:`pynntp` library from PyPI instead.
 * :mod:`!ossaudiodev`:
   For audio playback, use the :pypi:`pygame` library from PyPI instead.
 * :mod:`!pipes`: