summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-12-27 20:11:38 (GMT)
committerBrian Curtin <brian@python.org>2012-12-27 20:11:38 (GMT)
commit4620c13f3fa2ec94a6523741eedcf96b43824908 (patch)
tree4d231b356c24d6c06ac9bf703524c334c6647ef7 /Misc
parentffa1795461b2a6e06c7a29fe8e8250c383ee34e7 (diff)
parentf8704fb24ef547b066e43f81d0e2e3f4ca427296 (diff)
downloadcpython-4620c13f3fa2ec94a6523741eedcf96b43824908.zip
cpython-4620c13f3fa2ec94a6523741eedcf96b43824908.tar.gz
cpython-4620c13f3fa2ec94a6523741eedcf96b43824908.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 8786b61..de9a431 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.