Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
diff --git a/Misc/NEWS b/Misc/NEWS
index aedc1d7..d46d1d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Tests
 -----
 
+- Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
+
 - Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
   PanedWindow.paneconfigure(), and Menu.entryconfigure().