[Python-checkins] cpython (3.2): Add news item for #14943

brian.curtin python-checkins at python.org
Wed May 30 01:44:46 CEST 2012


http://hg.python.org/cpython/rev/8ec62c9eea34
changeset:   77240:8ec62c9eea34
branch:      3.2
parent:      77238:fcb6c4a4ac0e
user:        Brian Curtin <brian at python.org>
date:        Tue May 29 18:41:30 2012 -0500
summary:
  Add news item for #14943

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- 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
 -------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list