From: Brian Curtin Date: Tue, 29 May 2012 23:41:30 +0000 (-0500) Subject: Add news item for #14943 X-Git-Tag: v3.3.0a4~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf4a1b7ecf986d7414235687f5cdf2735e23965f;p=python Add news item for #14943 --- diff --git a/Misc/NEWS b/Misc/NEWS index 8ddc0c469a..582f5262e4 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 -------------