summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-30 14:05:31 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-08-30 14:05:31 (GMT)
commitcaa745e7ca238313293de8cfe183df3d92f18cc9 (patch)
tree491d7aea68086d42c048a24d96d81754e63ce112 /Misc
parent55549ec476c178ca4723ba97d4f00a015f427427 (diff)
parentfbe37dfffe501973b1e998bca948748097857179 (diff)
downloadcpython-caa745e7ca238313293de8cfe183df3d92f18cc9.zip
cpython-caa745e7ca238313293de8cfe183df3d92f18cc9.tar.gz
cpython-caa745e7ca238313293de8cfe183df3d92f18cc9.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 68caece..35343fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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 #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
the C pickle implementation.