Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Next Next commit
Merge branch 'main' into gh-73991-rmtree
  • Loading branch information
barneygale committed Jun 24, 2024
commit 5588e1fcb45cadd3b5a6b3b7819cabee448ab420
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ pathlib
* Add :meth:`pathlib.Path.copy`, which copies the content of one file to
another, like :func:`shutil.copyfile`.
(Contributed by Barney Gale in :gh:`73991`.)
* Add :meth:`pathlib.Path.copytree`, which copies one directory tree to
another.
(Contributed by Barney Gale in :gh:`73991`.)
* Add :meth:`pathlib.Path.rmtree`, which recursively removes a directory.
Comment thread
barneygale marked this conversation as resolved.
Outdated
(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.