]> granicus.if.org Git - python/commitdiff
Merged revisions 71253 via svnmerge from
authorTarek Ziadé <ziade.tarek@gmail.com>
Sun, 5 Apr 2009 18:33:34 +0000 (18:33 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Sun, 5 Apr 2009 18:33:34 +0000 (18:33 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71253 | tarek.ziade | 2009-04-05 20:31:24 +0200 (Sun, 05 Apr 2009) | 1 line

  Fixed 5694: removed spurious test output in Distutils
........

Lib/distutils/tests/test_clean.py
Misc/NEWS

index a94a812b1fa2546e4864bab68c5fe29c7f4f3e75..3026032712ee1abfa587f9e20df01adfe21fd3c6 100755 (executable)
@@ -8,6 +8,7 @@ from distutils.command.clean import clean
 from distutils.tests import support
 
 class cleanTestCase(support.TempdirManager,
+                    support.LoggingSilencer,
                     unittest.TestCase):
 
     def test_simple_run(self):
index 27438ec171fda8be6a41cd1c24927e6755ab8c0c..df308a0cafc7c4a2a465c11c9354043769ba971d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,6 +327,8 @@ Core and Builtins
 Library
 -------
 
+- Issue 5694: removed spurious test output in Distutils (test_clean).
+
 - Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
 
 - Issue #1665206 (partially): Move imports in cgitb to the top of the module