cpython (merge 3.2 -> default): Merge 3.2 news item
http://hg.python.org/cpython/rev/f1b5fc67524a changeset: 77241:f1b5fc67524a parent: 77239:29e0f08ef065 parent: 77240:8ec62c9eea34 user: Brian Curtin <brian@python.org> date: Tue May 29 18:44:17 2012 -0500 summary: Merge 3.2 news item files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -260,6 +260,8 @@ - Issue #14588: The language reference now accurately documents the Python 3 class definition process. Patch by Nick Coghlan. +- Issue #14943: Correct a default argument value for winreg.OpenKey + and correctly list the argument names in the function's explanation. What's New in Python 3.3.0 Alpha 3? -- Repository URL: http://hg.python.org/cpython
participants (1)
-
brian.curtin