diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-13 23:04:17 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-13 23:04:17 (GMT) |
commit | 68c50950c9267b972a2576f2094c6feac457a4f2 (patch) | |
tree | 9e5918417d81deaa95ffd6adadb233823f501826 /Misc | |
parent | 811d62489cc2f1a48ec696669727cafe75990c4e (diff) | |
download | cpython-68c50950c9267b972a2576f2094c6feac457a4f2.zip cpython-68c50950c9267b972a2576f2094c6feac457a4f2.tar.gz cpython-68c50950c9267b972a2576f2094c6feac457a4f2.tar.bz2 |
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
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -166,6 +166,9 @@ Core and Builtins 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 |