Add news item for #14943
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ddc0c4..582f526 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -307,6 +307,9 @@
 
 - Issue #8799: Fix and improve the threading.Condition documentation.
 
+- Issue #14943: Correct a default argument value for winreg.OpenKey
+  and correctly list the argument names in the function's explanation.
+
 Documentation
 -------------