summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-12-27 20:12:43 (GMT)
committerBrian Curtin <brian@python.org>2012-12-27 20:12:43 (GMT)
commit9eac6b3848d6f6a59187199520144709ddcb3567 (patch)
tree5de3a3e1be8be1e1811f2d1f123bec028b5feaaf /Misc
parent07e0e06f8a255a73d181e332dd8658814eb1ca50 (diff)
parent172e42295fa846bb253f698da10150906f723f52 (diff)
downloadcpython-9eac6b3848d6f6a59187199520144709ddcb3567.zip
cpython-9eac6b3848d6f6a59187199520144709ddcb3567.tar.gz
cpython-9eac6b3848d6f6a59187199520144709ddcb3567.tar.bz2
Merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d13a406..dc44713 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.