Merged revisions 69598 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69598 | tarek.ziade | 2009-02-14 00:00:43 +0100 (Sat, 14 Feb 2009) | 1 line
Fixed #4524: distutils build_script command failed with --with-suffix=3
........
diff --git a/Misc/NEWS b/Misc/NEWS
index bd585c4..870b7cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,9 @@
Library
-------
+- Issue #4524: distutils build_script command failed with --with-suffix=3.
+ Initial patch by Amaury Forgeot d'Arc.
+
- Issue #2461: added tests for distutils.util
- Issue #4998: The memory saving effect of __slots__ had been lost on Fractions