[Python-checkins] r86271 - python/branches/py3k/Misc/NEWS

eric.araujo python-checkins at python.org
Sat Nov 6 16:01:07 CET 2010


Author: eric.araujo
Date: Sat Nov  6 16:01:07 2010
New Revision: 86271

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


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Nov  6 16:01:07 2010
@@ -65,6 +65,9 @@
 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 @@
 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


More information about the Python-checkins mailing list