Skip to content

Commit

Permalink
What's new in 3.10: fix link to issue (pythonGH-93968)
Browse files Browse the repository at this point in the history
* 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 59c1b33)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
hugovk authored and miss-islington committed Jun 19, 2022
1 parent 2d33d21 commit 789c063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 789c063

Please sign in to comment.