Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
What's new in 3.10: fix link to issue
  • Loading branch information
hugovk committed Jun 17, 2022
commit 037c6e4e1221e7e8efe714858b18b091f6e95ac0
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 :issue:`43723`.)
Comment thread
hugovk marked this conversation as resolved.
Outdated

* :meth:`pathlib.Path.link_to` is deprecated and slated for removal in
Python 3.12. Use :meth:`pathlib.Path.hardlink_to` instead.
Expand Down