commit | 429b890561fcab04898707ef412c4d21632488a3 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Tue Aug 30 01:48:59 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Tue Aug 30 01:48:59 2011 +0200 |
tree | e7fd0a562fd8b5eecc933ebdec6457cd3508b5bd | |
parent | ecbb7a9423795871e0fd09b790d7fdf603766675 [diff] [blame] |
Make bdist_* commands respect --skip-build passed to bdist (#10946)
diff --git a/Misc/NEWS b/Misc/NEWS index 204e9ee..a35c186 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,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.