]> granicus.if.org Git - python/commit
shutil.copytree: move copystat call for the directory after the loop
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 23 Jan 2005 12:20:15 +0000 (12:20 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 23 Jan 2005 12:20:15 +0000 (12:20 +0000)
commit926d45bb4eb6b85b58586c027fe5e4b3467d4dc7
treeac8d32b87084f7ee12b17edf3499bd1b806f88d2
parent8e3ca8af2641a47a83f02135a77193b0b80c545e
shutil.copytree: move copystat call for the directory after the loop
copying files inside the directory, as that loop changes the atime and
mtime.
Lib/shutil.py