From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 19 Jun 2022 09:14:21 +0000 (-0700) Subject: What's new in 3.10: fix link to issue (GH-93968) X-Git-Tag: v3.10.6~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f21b0717299a4314b0435b3c5575981732db15be;p=thirdparty%2FPython%2Fcpython.git What's new in 3.10: fix link to issue (GH-93968) * What's new in 3.10: fix link to issue * What's new in 3.10: fix link to GH issue Co-authored-by: Ezio Melotti Co-authored-by: Ezio Melotti (cherry picked from commit 59c1b33805fe553fe6a157ae9b346153b96f7ff1) Co-authored-by: Hugo van Kemenade --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 212444a25836..2ae341728386 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1742,7 +1742,7 @@ Deprecated * ``threading.Thread.setDaemon`` => :attr:`threading.Thread.daemon` - (Contributed by Jelle Zijlstra in :issue:`21574`.) + (Contributed by Jelle Zijlstra in :gh:`87889`.) * :meth:`pathlib.Path.link_to` is deprecated and slated for removal in Python 3.12. Use :meth:`pathlib.Path.hardlink_to` instead.