[issue38344] activate.bat else needs to be on the same line as the if

Steve Dower report at bugs.python.org
Wed Oct 2 13:33:10 EDT 2019


Steve Dower <steve.dower at python.org> added the comment:

Adding this to the end of test_unicode_in_batch_file seems to be sufficient to cause the test to fail:

        self.assertEqual(err.strip(), '')

Potentially we should add that additional check throughout this test module, but I don't think that's needed for a post-RC fix.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38344>
_______________________________________


More information about the Python-bugs-list mailing list