mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Fixed 5694: removed spurious test output in Distutils
This commit is contained in:
parent
1ede0d670f
commit
453d953f3e
2 changed files with 3 additions and 0 deletions
|
@ -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):
|
||||
|
|
|
@ -212,6 +212,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue 5694: removed spurious test output in Distutils (test_clean).
|
||||
|
||||
- Issue 5471: Fix os.path.expanduser() for $HOME set to '/'.
|
||||
|
||||
- Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue