]> granicus.if.org Git - python/commitdiff
Merge 3.2
authorBrian Curtin <brian@python.org>
Thu, 27 Dec 2012 16:14:30 +0000 (10:14 -0600)
committerBrian Curtin <brian@python.org>
Thu, 27 Dec 2012 16:14:30 +0000 (10:14 -0600)
1  2 
Misc/NEWS
PC/winreg.c

diff --cc Misc/NEWS
index 9076810d511f0dcbc085aa3081d41660db64c1bb,08d3e36c81c8fad72e9a689f6407e14bdc708634..614d462d5880ee7711f7d81536da18263a3b7be5
+++ b/Misc/NEWS
@@@ -12,12 -10,9 +12,15 @@@ What's New in Python 3.3.1
  Core and Builtins
  -----------------
  
+ - Issue #14420: Support the full DWORD (unsigned long) range in Py2Reg
+   when passed a REG_DWORD value. Fixes OverflowError in winreg.SetValueEx.
 +- Issue #16597: In buffered and text IO, call close() on the underlying stream
 +  if invoking flush() fails.
 +
 +- Issue #16722: In the bytes() constructor, try to call __bytes__ on the
 +  argument before __index__.
 +
  - Issue #16602: When a weakref's target was part of a long deallocation
    chain, the object could remain reachable through its weakref even though
    its refcount had dropped to zero.
diff --cc PC/winreg.c
Simple merge