-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
activate.bat else needs to be on the same line as the if #82525
Comments
In activate.bat, the else needs to be on the same line as the if |
Should be a straightforward fix (replace the "else" with "if not defined..."), but since it slipped through testing we probably want a regression test in test_venv as well. (+RM for the 3.8 regression) |
Adding this to the end of test_unicode_in_batch_file seems to be sufficient to cause the test to fail:
Potentially we should add that additional check throughout this test module, but I don't think that's needed for a post-RC fix. |
Also adding Ned - this made it into 3.7 as well. |
I've merged the fix so that it can be cherry-picked for the upcoming releases. I'd still like to see the tests enhanced to be able to detect error output in the scripts, but those don't need to necessarily make it into the upcoming releases. |
(3.8.0 is released with this fix) |
(3.7.5 is released with this fix) |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: