]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
What's new in 3.10: fix link to issue (GH-93968)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jun 2022 09:14:21 +0000 (02:14 -0700)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 09:14:21 +0000 (02:14 -0700)
* 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 <ezio.melotti@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
(cherry picked from commit 59c1b33805fe553fe6a157ae9b346153b96f7ff1)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.10.rst

index 212444a25836b801e6d94bb3f16ca2738414d85f..2ae3417283862654030197d2d030ce51e19d5185 100644 (file)
@@ -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.