From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:59:41 +0000 (+0200) Subject: [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternat... X-Git-Tag: v3.13.0b2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3709e1bbad61e9f8ab9faa6c049268ceb6c0587f;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative (GH-119958) (#119959) (cherry picked from commit 117a8acdab997b73ada822cce97815a86f839e15) Co-authored-by: Solomon Himelbloom <7608183+TechSolomon@users.noreply.github.com> --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 0881474a0c92..779388a97304 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -1322,7 +1322,7 @@ PEP 594: dead batteries (and other module removals) * :mod:`!sunau`. (Contributed by Victor Stinner in :gh:`104773`.) - * :mod:`!telnetlib`, use the projects :pypi:`telnetlib3 ` or + * :mod:`!telnetlib`, use the projects :pypi:`telnetlib3` or :pypi:`Exscript` instead. (Contributed by Victor Stinner in :gh:`104773`.)