cpython/Misc/NEWS.d/next/Windows/2023-05-29-11-38-53.gh-issu...

4 lines
223 B
ReStructuredText

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.