diff options
author | Brian Curtin <brian@python.org> | 2012-05-29 23:44:17 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-05-29 23:44:17 (GMT) |
commit | e8eb9127225caffb3693c7d8342d6c1b8579939c (patch) | |
tree | 2109ab9ab5a0b30ce413e4135d0f499c484448c1 /Misc | |
parent | d648fa26278dee504afbaf8491d399246c5887a8 (diff) | |
parent | cf4a1b7ecf986d7414235687f5cdf2735e23965f (diff) | |
download | cpython-e8eb9127225caffb3693c7d8342d6c1b8579939c.zip cpython-e8eb9127225caffb3693c7d8342d6c1b8579939c.tar.gz cpython-e8eb9127225caffb3693c7d8342d6c1b8579939c.tar.bz2 |
Merge 3.2 news item
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -260,6 +260,8 @@ Documentation - 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? |