Skip to content

Commit

Permalink
What's new in 3.10: fix link to issue (python#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 <[email protected]>

Co-authored-by: Ezio Melotti <[email protected]>
  • Loading branch information
hugovk and ezio-melotti authored Jun 19, 2022
1 parent 726448e commit 59c1b33
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 59c1b33

Please sign in to comment.