summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-30 14:21:15 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-30 14:21:15 (GMT)
commitd15b768ddb68fe82470d26bb2cc36699f4bc0b75 (patch)
tree314bac1cdca839976e5de93505d7173add150826 /Misc
parenta514eb95f30306a11a14f8a3b9cbf229c6af6137 (diff)
parentb9fe54cccc3798f089489ef1e7f9026a35d16d6b (diff)
downloadcpython-d15b768ddb68fe82470d26bb2cc36699f4bc0b75.zip
cpython-d15b768ddb68fe82470d26bb2cc36699f4bc0b75.tar.gz
cpython-d15b768ddb68fe82470d26bb2cc36699f4bc0b75.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93ee402..fc9d65c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -268,6 +268,10 @@ 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. The packaging commands
+ were fixed too.
+
- Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
the C pickle implementation.