summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2023-05-29-11-38-53.gh-issue-88745.cldf9G.rst
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.