diff --git a/Misc/NEWS b/Misc/NEWS index 8ddc0c469ab..582f5262e44 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -307,6 +307,9 @@ Documentation - 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 -------------