diff options
author | Brian Curtin <brian@python.org> | 2012-12-27 20:12:43 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-12-27 20:12:43 (GMT) |
commit | 9eac6b3848d6f6a59187199520144709ddcb3567 (patch) | |
tree | 5de3a3e1be8be1e1811f2d1f123bec028b5feaaf /Misc | |
parent | 07e0e06f8a255a73d181e332dd8658814eb1ca50 (diff) | |
parent | 172e42295fa846bb253f698da10150906f723f52 (diff) | |
download | cpython-9eac6b3848d6f6a59187199520144709ddcb3567.zip cpython-9eac6b3848d6f6a59187199520144709ddcb3567.tar.gz cpython-9eac6b3848d6f6a59187199520144709ddcb3567.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.2.4 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. |