[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:21:58 EDT 2019


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

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)

----------
keywords: +3.8regression
nosy: +lukasz.langa
priority: normal -> release blocker
versions: +Python 3.9

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


More information about the Python-bugs-list mailing list