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 Vojtěch Pachol
Recipients Vojtěch Pachol
Date 2016-03-02.09:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456910519.95.0.44073308632.issue26468@psf.upfronthosting.co.za>
In-reply-to
Content
`copy2` checks if `os` nodule has `chmod` and then it uses it without thinking. 

On filesystems that doesn't support `chmod` it ends with

    OSError: [Errno 95] Operation not supported: <filename>

which is not acceptable since documentation says "copy2() never returns failure".
History
Date User Action Args
2016-03-02 09:22:00Vojtěch Pacholsetrecipients: + Vojtěch Pachol
2016-03-02 09:21:59Vojtěch Pacholsetmessageid: <1456910519.95.0.44073308632.issue26468@psf.upfronthosting.co.za>
2016-03-02 09:21:59Vojtěch Pachollinkissue26468 messages
2016-03-02 09:21:59Vojtěch Pacholcreate