Kaydet (Commit) 453d953f authored tarafından Tarek Ziadé's avatar Tarek Ziadé

Fixed 5694: removed spurious test output in Distutils

üst 1ede0d67
...@@ -8,6 +8,7 @@ from distutils.command.clean import clean ...@@ -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):
......
...@@ -212,6 +212,8 @@ Core and Builtins ...@@ -212,6 +212,8 @@ Core and Builtins
Library Library
------- -------
- Issue 5694: removed spurious test output in Distutils (test_clean).
- Issue 5471: Fix os.path.expanduser() for $HOME set to '/'. - Issue 5471: Fix os.path.expanduser() for $HOME set to '/'.
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module. - Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment