]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Merged revisions 86271 via svnmerge from
authorÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 15:37:39 +0000 (15:37 +0000)
committerÉric Araujo <merwok@netwok.org>
Sat, 6 Nov 2010 15:37:39 +0000 (15:37 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86271 | eric.araujo | 2010-11-06 16:01:07 +0100 (sam., 06 nov. 2010) | 2 lines

  Add missing NEWS entries for some of my commits.
........

Misc/NEWS

index bbb9ba12807d4a24608dc92f4e69fe13963d9a96..a97d3dd2b9753bc543d490c88a16c6b60fd42de2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,16 @@ C-API
 Library
 -------
 
+- Issue #10126: Fix distutils' test_build when Python was built with
+  --enable-shared.
+  
+- 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 #9281: Prevent race condition with mkdir in distutils.  Patch by
   Arfrever.