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
Prev Previous commit
What's new in 3.10: fix link to GH issue
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
hugovk and ezio-melotti authored Jun 18, 2022
commit e358189827803af1ae187fae4fcf3699fe0999e2
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:`43723`.)
(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