summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-06 00:38:35 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-06 00:38:35 (GMT)
commit70a74eb2c46e18f77cf75106a7ee07767fa90aaf (patch)
treea261b41725ae1d755c53d1e27c0e88b42bb93be6 /Misc
parent4d491a535ccab3caef1dba0d079c398b551c045c (diff)
downloadcpython-70a74eb2c46e18f77cf75106a7ee07767fa90aaf.zip
cpython-70a74eb2c46e18f77cf75106a7ee07767fa90aaf.tar.gz
cpython-70a74eb2c46e18f77cf75106a7ee07767fa90aaf.tar.bz2
Merged revisions 69324 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69324 | tarek.ziade | 2009-02-06 01:31:59 +0100 (Fri, 06 Feb 2009) | 1 line Fixed #1276768: verbose option was not used in the code. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 20a4f89..522c520 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Core and Builtins
Library
-------
+- Issue #1276768: The verbose option was not used in the code of
+ distutils.file_util and distutils.dir_util.
+
- Issue #5132: Fixed trouble building extensions under Solaris with
--enabled-shared activated. Initial patch by Dave Peterson.