blob: 258eb89d50d9f598f6dd2a982d1005ad305fb431 (
plain)
1
2
3
|
Improve performance of :func:`shutil.copy2` by using the operating system's
``CopyFile2`` function. This may result in subtle changes to metadata copied
along with some files, bringing them in line with normal OS behavior.
|