Skip to content

Commit ccefd8e

Browse files
Bruno P. Kinoshitakinow
authored andcommitted
bpo-38688: News entry
1 parent 79b345f commit ccefd8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Calling func:`shutil.copytree` to copy a directory tree from one directory
2+
to another subdirectory resulted in an endless loop and a RecursionError. A
3+
fix was added to consume an iterator and create the list of the entries to
4+
be copied, avoiding the recursion for newly created directories. Patch by
5+
Bruno P. Kinoshita.

0 commit comments

Comments
 (0)