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
Merge branch 'main' into gh-73991-private-delete
  • Loading branch information
barneygale committed Aug 26, 2024
commit 3ddf1d005e857b36b96fffe9bbd437310d77260e
8 changes: 4 additions & 4 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ pathlib
* Add methods to :class:`pathlib.Path` to recursively copy or move files and
directories:

* :meth:`~pathlib.Path.copy` copies a file or directory tree to a given
destination.
* :meth:`~pathlib.Path.move` moves a file or directory tree to a given
destination.
* :meth:`~pathlib.Path.copy` copies a file or directory tree to a destination.
* :meth:`~pathlib.Path.copy_into` copies *into* a destination directory.
* :meth:`~pathlib.Path.move` moves a file or directory tree to a destination.
* :meth:`~pathlib.Path.move_into` moves *into* a destination directory.

(Contributed by Barney Gale in :gh:`73991`.)

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.