]> granicus.if.org Git - python/commit
Issue #8746: Correct faulty configure checks so that os.chflags() and
authorNed Deily <nad@acm.org>
Tue, 28 Jun 2011 06:41:53 +0000 (23:41 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 Jun 2011 06:41:53 +0000 (23:41 -0700)
commit43e1054e38ebd3de91b51531cda8e2fd580c0207
tree36d713b9f71d61c3bb5009f4ed907af08db86dc0
parent64e59959f21711bc3db36230eccfaa485faf34f9
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)
Doc/library/os.rst
Doc/library/stat.rst
Lib/stat.py
Lib/test/test_posix.py
Misc/ACKS
Misc/NEWS
configure
configure.in
pyconfig.h.in