summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-29 23:01:45 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-29 23:01:45 (GMT)
commitff29ff88314badd8ba868de8cce5684d0f4611a4 (patch)
tree86a3a22d6b1ab01d3a0d9d6de7100c82e1cbc327 /Misc
parent5e48c78ecfca75199b250a5d31577ef0f89db800 (diff)
parentfbe37dfffe501973b1e998bca948748097857179 (diff)
downloadcpython-ff29ff88314badd8ba868de8cce5684d0f4611a4.zip
cpython-ff29ff88314badd8ba868de8cce5684d0f4611a4.tar.gz
cpython-ff29ff88314badd8ba868de8cce5684d0f4611a4.tar.bz2
Merge fix for #10946 from 3.2
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1733291..5106f1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -268,6 +268,9 @@ Core and Builtins
Library
-------
+- Issue #10946: The distutils commands bdist_dumb, bdist_wininst and bdist_msi
+ now respect a --skip-build option given to bdist.
+
- Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
greater than FD_SETSIZE.