diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-19 09:14:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 09:14:21 (GMT) |
commit | f21b0717299a4314b0435b3c5575981732db15be (patch) | |
tree | 00dfec176f364cdc203d8b2facc921828256b527 /Doc | |
parent | 2d33d217aaf68fd8dc5d3eebc048baf82924c18a (diff) | |
download | cpython-f21b0717299a4314b0435b3c5575981732db15be.zip cpython-f21b0717299a4314b0435b3c5575981732db15be.tar.gz cpython-f21b0717299a4314b0435b3c5575981732db15be.tar.bz2 |
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 <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>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 212444a..2ae3417 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. |