summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-05-09-08-35-18.bpo-24538.WK8Y-k.rst
blob: e799f931bcec56d0e4752d0a72074b8868d36a5d (plain)
1
2
3
In `shutil.copystat()`, first copy extended file attributes and then file
permissions, since extended attributes can only be set on the destination
while it is still writeable.