#7647: add ST_RDONLY, ST_NOSUID constants to os module.
(Also fix a name ordering in the ACKS file.)
diff --git a/Misc/ACKS b/Misc/ACKS
index 4ad93a3..eef51e3 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -389,8 +389,9 @@
John Interrante
Bob Ippolito
Atsuo Ishimoto
-Paul Jackson
+Adam Jackson
Ben Jackson
+Paul Jackson
David Jacobs
Kevin Jacobs
Kjetil Jacobsen
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b22508..23245a8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,9 @@
using the filesystem encoding and surrogateescape error handler. Patch
written by David Watson.
+- Issue #7647: The posix module now has the ST_RDONLY and ST_NOSUID
+ constants, for use with the statvfs() function. Patch by Adam Jackson.
+
- Issue #8688: MANIFEST files created by distutils now include a magic
comment indicating they are generated. Manually maintained MANIFESTs
without this marker will not be overwritten or removed.