]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Branch merge
authorÉric Araujo <merwok@netwok.org>
Tue, 30 Aug 2011 14:21:15 +0000 (16:21 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 30 Aug 2011 14:21:15 +0000 (16:21 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 93ee402edd5d83493345345754b3e698bc6b2c74,d08d94ec6966a05f83424261eb3dee6366ae779f..fc9d65c57af9f9798daaee444c75689cd9232d99
+++ b/Misc/NEWS
@@@ -268,12 -268,10 +268,16 @@@ 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.  The packaging commands
+   were fixed too.
 +- 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.