mirror of
https://github.com/python/cpython.git
synced 2025-01-25 02:24:25 +08:00
merge with 3.2
This commit is contained in:
commit
cc0274b90f
@ -332,7 +332,7 @@ def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2,
|
||||
# Copying file access times may fail on Windows
|
||||
pass
|
||||
else:
|
||||
errors.extend((src, dst, str(why)))
|
||||
errors.append((src, dst, str(why)))
|
||||
if errors:
|
||||
raise Error(errors)
|
||||
return dst
|
||||
|
Loading…
Reference in New Issue
Block a user