summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-29 19:48:39 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-29 19:48:39 (GMT)
commitfbe37dfffe501973b1e998bca948748097857179 (patch)
treead3327d3fddd94cd042c8d69f47a0948bfab09d9 /Misc
parentaa26b275034c07784c4d64e9a2bc26c742577327 (diff)
downloadcpython-fbe37dfffe501973b1e998bca948748097857179.zip
cpython-fbe37dfffe501973b1e998bca948748097857179.tar.gz
cpython-fbe37dfffe501973b1e998bca948748097857179.tar.bz2
Make bdist_* commands respect --skip-build passed to bdist (#10946)
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 4d285a3..c97a5a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,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.