summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-06 00:31:59 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-06 00:31:59 (GMT)
commitd5eb98549234ec10391744a5a92bb17b47a39d2e (patch)
tree99d80c63969e4491b6a1b91daf8f55420c524915 /Misc
parent0189ddc1139c4ef5e2f7f8c22c4f0196c6884300 (diff)
downloadcpython-d5eb98549234ec10391744a5a92bb17b47a39d2e.zip
cpython-d5eb98549234ec10391744a5a92bb17b47a39d2e.tar.gz
cpython-d5eb98549234ec10391744a5a92bb17b47a39d2e.tar.bz2
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 bf4c916..81115ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,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.