Skip to content
Closed
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
Add versionchanged 3.9 notice to shutil.copytree
  • Loading branch information
mbarkhau authored Jan 19, 2020
commit bc39e2564ef72fc5b3f215db150ce29afca3ac2d
6 changes: 6 additions & 0 deletions Doc/library/shutil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ Directory and files operations

.. versionadded:: 3.8
The *dirs_exist_ok* parameter.

.. versionchanged:: 3.8
The types of the arguments to the *ignore* callable have changed. The
first argument (the directory being visited) is a func:`os.DirEntry` or
a func:`pathlib.Path`; Previously it was a string. The second argument
is a set of strings; previously it was a list of strings.

.. function:: rmtree(path, ignore_errors=False, onerror=None)

Expand Down