From 506fcbf1953dc04a093675869c037c550e762e7f Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 4 Oct 2024 12:21:03 +0200 Subject: [PATCH] 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 --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 261c3b003ccf66..e629fc122f1397 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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`: