]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing NEWS entries for some of my commits.
authorÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 15:01:07 +0000 (15:01 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 15:01:07 +0000 (15:01 +0000)
Misc/NEWS

index 44458521e087e6143163289b8074f75e18a42c4e..16e77ed1d111ce92a5734712ac847761764f1d6c 100644 (file)
--- 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