This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barneygale
Recipients Oz.Tiram, barneygale
Date 2022-01-14.19:59:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642190357.24.0.988754226469.issue46317@roundup.psfhosted.org>
In-reply-to
Content
shutil.move() accepts a `copy_function` argument:

    shutil.move(src, dst, copy_function=copy2)

It's possible to set `copy_function=copy` to skip copying file metadata.
History
Date User Action Args
2022-01-14 19:59:17barneygalesetrecipients: + barneygale, Oz.Tiram
2022-01-14 19:59:17barneygalesetmessageid: <1642190357.24.0.988754226469.issue46317@roundup.psfhosted.org>
2022-01-14 19:59:17barneygalelinkissue46317 messages
2022-01-14 19:59:17barneygalecreate