diff options
author | Brian Curtin <brian@python.org> | 2012-12-27 20:11:38 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-12-27 20:11:38 (GMT) |
commit | 4620c13f3fa2ec94a6523741eedcf96b43824908 (patch) | |
tree | 4d231b356c24d6c06ac9bf703524c334c6647ef7 /Misc | |
parent | ffa1795461b2a6e06c7a29fe8e8250c383ee34e7 (diff) | |
parent | f8704fb24ef547b066e43f81d0e2e3f4ca427296 (diff) | |
download | cpython-4620c13f3fa2ec94a6523741eedcf96b43824908.zip cpython-4620c13f3fa2ec94a6523741eedcf96b43824908.tar.gz cpython-4620c13f3fa2ec94a6523741eedcf96b43824908.tar.bz2 |
merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16759: Support the full DWORD (unsigned long) range in Reg2Py + when retreiving a REG_DWORD value. This corrects functions like + winreg.QueryValueEx that may have been returning truncated values. + - Issue #14420: Support the full DWORD (unsigned long) range in Py2Reg when passed a REG_DWORD value. Fixes OverflowError in winreg.SetValueEx. |