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 | d5a9811dbe89e52e6c4d0bb389154afd72fabb13 (patch) | |
tree | bcf36e51adae46d62d5be1b2ec924b3050386c57 /Misc | |
parent | c3085aa77b123e8eb56e0f215d56ff11e3a99985 (diff) | |
download | cpython-d5a9811dbe89e52e6c4d0bb389154afd72fabb13.zip cpython-d5a9811dbe89e52e6c4d0bb389154afd72fabb13.tar.gz cpython-d5a9811dbe89e52e6c4d0bb389154afd72fabb13.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
@@ -19,6 +19,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 #12839: Fix crash in zlib module due to version mismatch. Fix by Richard M. Tew. |