diff options
author | Brian Curtin <brian@python.org> | 2012-05-29 23:41:30 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-05-29 23:41:30 (GMT) |
commit | cf4a1b7ecf986d7414235687f5cdf2735e23965f (patch) | |
tree | fb3118558fb0779b64bb12f8dd812cca6800d5e2 | |
parent | 13c70345ca3767e6b83ef36998fc4953c01fb65a (diff) | |
download | cpython-cf4a1b7ecf986d7414235687f5cdf2735e23965f.zip cpython-cf4a1b7ecf986d7414235687f5cdf2735e23965f.tar.gz cpython-cf4a1b7ecf986d7414235687f5cdf2735e23965f.tar.bz2 |
Add news item for #14943
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ------------- |