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 loewis
Recipients loewis, throbi
Date 2009-02-07.00:04:34
SpamBayes Score 5.091587e-06
Marked as misclassified No
Message-id <1233965138.65.0.296146966685.issue5168@psf.upfronthosting.co.za>
In-reply-to
Content
It's neither a bug nor a feature. It's simply not possible to copy the
hidden flag (or system flag, for that matter), since there is no API for
doing so. copystat only copies Unix attributes.

If you were to copy the hidden flag, you would also have to copy the
read-only flag, the access control list, and possible alternative file
streams. You better use the CopyFile API function of Windows for that.
History
Date User Action Args
2009-02-07 00:05:38loewissetrecipients: + loewis, throbi
2009-02-07 00:05:38loewissetmessageid: <1233965138.65.0.296146966685.issue5168@psf.upfronthosting.co.za>
2009-02-07 00:04:35loewislinkissue5168 messages
2009-02-07 00:04:34loewiscreate