Merged revisions 71253 via svnmerge from
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 ........
This commit is contained in:
parent
126c879b40
commit
ea26163c6a
|
@ -8,6 +8,7 @@ from distutils.command.clean import clean
|
||||||
from distutils.tests import support
|
from distutils.tests import support
|
||||||
|
|
||||||
class cleanTestCase(support.TempdirManager,
|
class cleanTestCase(support.TempdirManager,
|
||||||
|
support.LoggingSilencer,
|
||||||
unittest.TestCase):
|
unittest.TestCase):
|
||||||
|
|
||||||
def test_simple_run(self):
|
def test_simple_run(self):
|
||||||
|
|
|
@ -327,6 +327,8 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue 5694: removed spurious test output in Distutils (test_clean).
|
||||||
|
|
||||||
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
|
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
|
||||||
|
|
||||||
- Issue #1665206 (partially): Move imports in cgitb to the top of the module
|
- Issue #1665206 (partially): Move imports in cgitb to the top of the module
|
||||||
|
|
Loading…
Reference in New Issue