Skip to content

Commit

Permalink
What's new in 3.10: fix link to issue (GH-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
miss-islington and hugovk committed Jun 19, 2022
1 parent 579e985 commit 0c826d3
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 @@ -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.
Expand Down

0 comments on commit 0c826d3

Please sign in to comment.