diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-06 00:38:35 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-06 00:38:35 (GMT) |
commit | 70a74eb2c46e18f77cf75106a7ee07767fa90aaf (patch) | |
tree | a261b41725ae1d755c53d1e27c0e88b42bb93be6 /Misc | |
parent | 4d491a535ccab3caef1dba0d079c398b551c045c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |