Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea26163

Browse files
author
Tarek Ziadé
committed
Merged revisions 71253 via svnmerge from
svn+ssh://[email protected]/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 ........
1 parent 126c879 commit ea26163

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/distutils/tests/test_clean.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from distutils.tests import support
99

1010
class cleanTestCase(support.TempdirManager,
11+
support.LoggingSilencer,
1112
unittest.TestCase):
1213

1314
def test_simple_run(self):

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ Core and Builtins
327327
Library
328328
-------
329329

330+
- Issue 5694: removed spurious test output in Distutils (test_clean).
331+
330332
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
331333

332334
- Issue #1665206 (partially): Move imports in cgitb to the top of the module

0 commit comments

Comments
 (0)