]> granicus.if.org Git - python/commitdiff
Branch merge
authorÉric Araujo <merwok@netwok.org>
Tue, 30 Aug 2011 14:05:31 +0000 (16:05 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 30 Aug 2011 14:05:31 +0000 (16:05 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 68caece095b82a4371801b3550298f5b37ed6218,c97a5a56f1948e7066d2c2a02be228fa2f705e74..35343faaf849bb578a1dca829365246a5fbea1f9
+++ b/Misc/NEWS
@@@ -22,12 -22,9 +22,15 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
+   now respect a --skip-build option given to bdist.
 +- Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
 +  the C pickle implementation.
 +
 +- Issue #11564: Avoid crashes when trying to pickle huge objects or containers
 +  (more than 2**31 items).  Instead, in most cases, an OverflowError is raised.
 +
  - Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
    greater than FD_SETSIZE.