]> 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 07:00:28 +0000 (00:00 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 Jun 2011 07:00:28 +0000 (00:00 -0700)
commit3eb67d58d61cec42c09242a7d801072c3e448dcf
tree821fab0f068bbbd184ac8abec600a9cb3eaf16fc
parent11f00f3b00a0667c41509318f49f0da75ab5c977
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