summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2019-05-16-23-40-36.bpo-24564.lIwV_7.rst
blob: 27cb6178b54e46222fbd36ee48da35992c6043d1 (plain)
1
2
3
:func:`shutil.copystat` now ignores :const:`errno.EINVAL` on :func:`os.setxattr` which may occur when copying files on filesystems without extended attributes support.

Original patch by Giampaolo Rodola, updated by Ying Wang.