commit | fbe37dfffe501973b1e998bca948748097857179 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Mon Aug 29 21:48:39 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Mon Aug 29 21:48:39 2011 +0200 |
tree | ad3327d3fddd94cd042c8d69f47a0948bfab09d9 | |
parent | aa26b275034c07784c4d64e9a2bc26c742577327 [diff] [blame] |
Make bdist_* commands respect --skip-build passed to bdist (#10946)
diff --git a/Misc/NEWS b/Misc/NEWS index 4d285a3..c97a5a5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ 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.