summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.10.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-06-19 09:04:26 (GMT)
committerGitHub <noreply@github.com>2022-06-19 09:04:26 (GMT)
commit59c1b33805fe553fe6a157ae9b346153b96f7ff1 (patch)
tree1616a28a236e77a83f5b508f3d47c6e02678f89f /Doc/whatsnew/3.10.rst
parent726448ebe15cd78e180c29c9858cb6c10a581524 (diff)
downloadcpython-59c1b33805fe553fe6a157ae9b346153b96f7ff1.zip
cpython-59c1b33805fe553fe6a157ae9b346153b96f7ff1.tar.gz
cpython-59c1b33805fe553fe6a157ae9b346153b96f7ff1.tar.bz2
What's new in 3.10: fix link to issue (#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 <ezio.melotti@gmail.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Doc/whatsnew/3.10.rst')
-rw-r--r--Doc/whatsnew/3.10.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 1f2e2a8..e6e97d9 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 :gh:`87889`.)
* :meth:`pathlib.Path.link_to` is deprecated and slated for removal in
Python 3.12. Use :meth:`pathlib.Path.hardlink_to` instead.