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:34:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533332095.62.0.56676864532.issue32073@psf.upfronthosting.co.za>
In-reply-to
Content
copy2 always raises "OSError: [Errno 95] Operation not supported" here https://github.com/python/cpython/blob/9bb6fe52742340f6c92f0dda18599a4577a94e18/Lib/shutil.py#L258 but I can work around that by passing copy_function=shutil.copy to copytree as I did above.

The problem is that there is currently no way to avoid the copystat call made on the directory itself.
History
Date User Action Args
2018-08-03 21:34:55desbmasetrecipients: + desbma, giampaolo.rodola
2018-08-03 21:34:55desbmasetmessageid: <1533332095.62.0.56676864532.issue32073@psf.upfronthosting.co.za>
2018-08-03 21:34:55desbmalinkissue32073 messages
2018-08-03 21:34:55desbmacreate