This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jmoguill2
Recipients jmoguill2, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-08.18:16:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615227420.16.0.158256767394.issue43437@roundup.psfhosted.org>
In-reply-to
Content
when running python.exe -m venv on Windows,
It creates several activate scripts.
The activate bash script has the wrong line endings (it should be unix-style, not windows-style).
Bash scripts should always end with unix style line endings
History
Date User Action Args
2021-03-08 18:17:00jmoguill2setrecipients: + jmoguill2, paul.moore, tim.golden, zach.ware, steve.dower
2021-03-08 18:17:00jmoguill2setmessageid: <1615227420.16.0.158256767394.issue43437@roundup.psfhosted.org>
2021-03-08 18:16:59jmoguill2linkissue43437 messages
2021-03-08 18:16:59jmoguill2create