commit | 43e1054e38ebd3de91b51531cda8e2fd580c0207 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Mon Jun 27 23:41:53 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Mon Jun 27 23:41:53 2011 -0700 |
tree | 36d713b9f71d61c3bb5009f4ed907af08db86dc0 | |
parent | 64e59959f21711bc3db36230eccfaa485faf34f9 [diff] |
Issue #8746: Correct faulty configure checks so that os.chflags() and os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper)