]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't copy directory stat times in shutil.copytree on Windows
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Jul 2006 13:00:31 +0000 (13:00 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 30 Jul 2006 13:00:31 +0000 (13:00 +0000)
commit4e67838d6c16d3ab14b01ffdb1318aa16ed9bccf
treef4b80659d7a5c73756f28bc3900cd7cd86b2808e
parente34ac7ce7a3ed56cf412a425637441f31dd0ad52
Don't copy directory stat times in shutil.copytree on Windows
Fixes #1525866.
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS