Patch #523268, #522027: return enhanced tuples.
diff --git a/Misc/NEWS b/Misc/NEWS
index 22b0844..15644b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,8 @@
 
 Extension modules
 
+- pwd and grp return enhanced tuples now, with symbolic field names.
+
 - array.array is now a type object. A new format character
   'u' indicates Py_UNICODE arrays. For those, .tounicode and
   .fromunicode methods are available. Arrays now support __iadd__