summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-06 15:01:07 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-06 15:01:07 (GMT)
commite7cf95424718443079159fedd5c1b487ac6a98b5 (patch)
tree73af1c7d644f2e17deaaaec0d52b3de309a01dbb
parent72f66208592cabc320854c0a8caa0e90be42beb8 (diff)
downloadcpython-e7cf95424718443079159fedd5c1b487ac6a98b5.zip
cpython-e7cf95424718443079159fedd5c1b487ac6a98b5.tar.gz
cpython-e7cf95424718443079159fedd5c1b487ac6a98b5.tar.bz2
Add missing NEWS entries for some of my commits.
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4445852..16e77ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,9 @@ Core and Builtins
Library
-------
+- Issue #10126: Fix distutils' test_build when Python was built with
+ --enable-shared.
+
- Issue #9281: Prevent race condition with mkdir in distutils. Patch by
Arfrever.
@@ -405,6 +408,13 @@ Core and Builtins
Library
-------
+- Fix typo in one sdist option (medata-check).
+
+- Issue #9199: Fix incorrect use of distutils.cmd.Command.announce.
+
+- Issue #1718574: Fix options that were supposed to accept arguments but did
+ not in build_clib.
+
- Issue #9437: Fix building C extensions with non-default LDFLAGS.
- Issue #4661: email can now parse bytes input and generate either converted