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 levinsm
Recipients
Date 2006-05-17.11:45:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The return value from os.stat() includes st_flags on some systems, but
currently there's not much that can be done with the value; this patch aims
to make st_flags useful by adding some associated constants to stat.py and
the corresponding chflags() and lchflags() functions in posixmodule. For
completeness, shutil.copystat() is also updated to call os.chflags() where
it's available.
History
Date User Action Args
2007-08-23 15:48:54adminlinkissue1490190 messages
2007-08-23 15:48:54admincreate