Patch #579435: Shadow Password Support Module
diff --git a/Misc/NEWS b/Misc/NEWS
index cad22cd..7753df5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@
 Extension Modules
 -----------------
 
+- The spwd has been added, allowing access to the shadow password database.
+
 - stat_float_times is now True.
 
 - array.array objects are now picklable.