]> 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:13:01 +0000 (00:13 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 Jun 2011 07:13:01 +0000 (00:13 -0700)
commit8b56c4b1b82898ffd7e6337c39068c93e21e8d31
treef70a99badeaf4276217cd141841e5d0509d70183
parentf6837aa1714ff331346522c6698573d9d32aa43e
parent3eb67d58d61cec42c09242a7d801072c3e448dcf
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
Lib/test/test_posix.py
Misc/ACKS
Misc/NEWS
configure
configure.in
pyconfig.h.in