summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-06 15:37:39 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-06 15:37:39 (GMT)
commit651e6b5d4980aa3706b133a6de5114b312718eae (patch)
treef88475b756d0315d0c7e75fb5a3600e149b8ed81
parente0224840baa2ae5f9059775f4f1fd93c706442c2 (diff)
downloadcpython-651e6b5d4980aa3706b133a6de5114b312718eae.zip
cpython-651e6b5d4980aa3706b133a6de5114b312718eae.tar.gz
cpython-651e6b5d4980aa3706b133a6de5114b312718eae.tar.bz2
Merged revisions 86271 via svnmerge from
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. ........
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bbb9ba1..a97d3dd 100644
--- 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.