From: Solomon Himelbloom <7608183+TechSolomon@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:43:03 +0000 (-0800) Subject: gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative... X-Git-Tag: v3.14.0a1~1648 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=117a8acdab997b73ada822cce97815a86f839e15;p=thirdparty%2FPython%2Fcpython.git gh-109975: What's New in Python 3.13: fix broken link for `telnetlib` alternative (#119958) --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 66626ac06428..903de3c04b4a 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -1334,7 +1334,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`.)