[New-bugs-announce] [issue5168] shutil.copystat does not copy the "hidden" flag on windows
Horváth István Róbert
report at bugs.python.org
Fri Feb 6 14:18:38 CET 2009
New submission from Horváth István Róbert <throbi at gmail.com>:
Hi!
While copying hidden files on windows, the hidden flag is lost
(surprisingly the read-only flag is copied).
Is this a bug or a feature? The documentation only says that flags are
also copied by shutil.copystat, but no details.
See the attached file for an example.
Cheers,
Robert
----------
components: Windows
files: copyHiddenFile.zip
messages: 81263
nosy: throbi
severity: normal
status: open
title: shutil.copystat does not copy the "hidden" flag on windows
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file12952/copyHiddenFile.zip
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5168>
_______________________________________
More information about the New-bugs-announce
mailing list