diff options
author | Brian Curtin <brian@python.org> | 2012-12-27 20:14:42 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-12-27 20:14:42 (GMT) |
commit | 9640ead585cf7d95e961dd26c110f94c034657d7 (patch) | |
tree | 0dca8b402084597a42a11c1c02c27cc32667d10b /Misc | |
parent | 64df4a1c454967aaf42a6c34598eccec0561fb8b (diff) | |
parent | e6bfa2911ad061c664fdd09515a32c52e18b871c (diff) | |
download | cpython-9640ead585cf7d95e961dd26c110f94c034657d7.zip cpython-9640ead585cf7d95e961dd26c110f94c034657d7.tar.gz cpython-9640ead585cf7d95e961dd26c110f94c034657d7.tar.bz2 |
another merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 3.3.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. |