commit | 4e67838d6c16d3ab14b01ffdb1318aa16ed9bccf | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 30 13:00:31 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 30 13:00:31 2006 +0000 |
tree | f4b80659d7a5c73756f28bc3900cd7cd86b2808e | |
parent | e34ac7ce7a3ed56cf412a425637441f31dd0ad52 [diff] [blame] |
Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866.
diff --git a/Misc/NEWS b/Misc/NEWS index ca5f5c8..dec5a2c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -61,6 +61,9 @@ Library ------- +- Bug #1525866: Don't copy directory stat times in + shutil.copytree on Windows + - Bug #1002398: The documentation for os.path.sameopenfile now correctly refers to file descriptors, not file objects.