group ids and user ids can be longs now (#17531)
diff --git a/Misc/NEWS b/Misc/NEWS
index cfa3f64..d9e023f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,7 +9,8 @@
 Library
 -------
 
-- Issue #17531: Return group and user ids as int instead long when possible.
+- Issue #17531: Fix tests that thought group and user ids were always the int
+  type.
 
 
 What's New in Python 2.7.4 release candidate 1