]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
What's new in 3.10: fix link to issue (#93968)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sun, 19 Jun 2022 09:04:26 +0000 (12:04 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Jun 2022 09:04:26 +0000 (11:04 +0200)
* 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>
Doc/whatsnew/3.10.rst

index 1f2e2a81860c10f16f2ea89ffcd6db457254d2b5..e6e97d98f87f2be4b018f67c06a8c64418183216 100644 (file)
@@ -1746,7 +1746,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.