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 desbma
Recipients desbma, giampaolo.rodola
Date 2018-08-03.21:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533330063.4.0.56676864532.issue32073@psf.upfronthosting.co.za>
In-reply-to
Content
Note that in the examples above both copytree calls actually succeed (only metadata copy failed).

The user can disable file metadata copy by passing 'copy_function=shutil.copy', but there is no way to do the same for directories and the directory copystat call https://github.com/python/cpython/blob/9bb6fe52742340f6c92f0dda18599a4577a94e18/Lib/shutil.py#L353 fails.
History
Date User Action Args
2018-08-03 21:01:03desbmasetrecipients: + desbma, giampaolo.rodola
2018-08-03 21:01:03desbmasetmessageid: <1533330063.4.0.56676864532.issue32073@psf.upfronthosting.co.za>
2018-08-03 21:01:03desbmalinkissue32073 messages
2018-08-03 21:01:03desbmacreate