From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:31:51 +0000 (+0200) Subject: [3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124966) X-Git-Tag: v3.13.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd4e62e35f3b3360fa7d5513d6564e86ad2f5275;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-109975: Suggest ``pynntp`` instead of ``nntplib`` (GH-124830) (#124966) 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 --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 261c3b003ccf..e629fc122f13 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`: