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)
diff --git a/Misc/ACKS b/Misc/ACKS
index 4cdf5f4..709ded3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -162,6 +162,7 @@
Juan José Conti
Matt Conway
David M. Cooke
+Garrett Cooper
Greg Copeland
Aldo Cortesi
David Costanzo