#7579: Add docstrings to the msvcrt module
diff --git a/Misc/NEWS b/Misc/NEWS
index 26b33b2..46c8765 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Issue #7579: the msvcrt module now has docstrings for all its functions.
+
 - Issue #7413: Passing '\0' as the separator to datetime.datetime.isoformat()
   used to drop the time part of the result.