From 037c6e4e1221e7e8efe714858b18b091f6e95ac0 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 18 Jun 2022 00:10:51 +0300 Subject: [PATCH 1/2] What's new in 3.10: fix link to issue --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 1f2e2a81860c10..c65b46199f2998 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1746,7 +1746,7 @@ Deprecated * ``threading.Thread.setDaemon`` => :attr:`threading.Thread.daemon` - (Contributed by Jelle Zijlstra in :issue:`21574`.) + (Contributed by Jelle Zijlstra in :issue:`43723`.) * :meth:`pathlib.Path.link_to` is deprecated and slated for removal in Python 3.12. Use :meth:`pathlib.Path.hardlink_to` instead. From e358189827803af1ae187fae4fcf3699fe0999e2 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 18 Jun 2022 09:47:39 +0300 Subject: [PATCH 2/2] What's new in 3.10: fix link to GH issue Co-authored-by: Ezio Melotti --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index c65b46199f2998..e6e97d98f87f2b 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -1746,7 +1746,7 @@ Deprecated * ``threading.Thread.setDaemon`` => :attr:`threading.Thread.daemon` - (Contributed by Jelle Zijlstra in :issue:`43723`.) + (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.