]> granicus.if.org Git - python/commitdiff
Add NEWS item mentioning the reverted distutils version number patch.
authorMarc-André Lemburg <mal@egenix.com>
Wed, 16 Aug 2006 16:11:01 +0000 (16:11 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 16 Aug 2006 16:11:01 +0000 (16:11 +0000)
Misc/NEWS

index dc99ff799a52ba28f2f0e6088afeee6d50e18273..77785a5771645ccbbb38693200fa08fc9b84f472 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,11 @@ Core and builtins
 Library
 -------
 
+- The distutils version has been changed to 2.5.0. The change to
+  keep it programmatically in sync with the Python version running
+  the code (introduced in 2.5b3) has been reverted. It will continue
+  to be maintained manually as static string literal.
+
 - If a the Python part of a ctypes callback function returns None,
   and this cannot be converted to the required C type, an exception is
   printed with PyErr_WriteUnraisable.  Before this change, the C