summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-05-29 23:41:30 (GMT)
committerBrian Curtin <brian@python.org>2012-05-29 23:41:30 (GMT)
commitcf4a1b7ecf986d7414235687f5cdf2735e23965f (patch)
treefb3118558fb0779b64bb12f8dd812cca6800d5e2
parent13c70345ca3767e6b83ef36998fc4953c01fb65a (diff)
downloadcpython-cf4a1b7ecf986d7414235687f5cdf2735e23965f.zip
cpython-cf4a1b7ecf986d7414235687f5cdf2735e23965f.tar.gz
cpython-cf4a1b7ecf986d7414235687f5cdf2735e23965f.tar.bz2
Add news item for #14943
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8ddc0c4..582f526 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
-------------