diff options
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) |
commit | fbe37dfffe501973b1e998bca948748097857179 (patch) | |
tree | ad3327d3fddd94cd042c8d69f47a0948bfab09d9 /Misc | |
parent | aa26b275034c07784c4d64e9a2bc26c742577327 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |