From 2f0a040dfed11f6c1e57bef0ad6eedbae7ce636b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sat, 6 Nov 2010 15:46:46 +0000 Subject: [PATCH] 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. ........ --- Misc/NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 1948498cce..d4da0fd070 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -69,6 +69,16 @@ Core and Builtins 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. -- 2.50.0