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 eryksun
Recipients eryksun, jmoguill2, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-08.20:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615234321.78.0.0490726134546.issue43437@roundup.psfhosted.org>
In-reply-to
Content
venv copies the scripts in binary mode, but apparently the Unix "activate" script already has CRLF line endings when Python is installed in Windows. Probably the POSIX "Lib/venv/scripts/common/activate" script needs a line-ending exception in ".gitattributes":

https://github.com/python/cpython/blob/master/.gitattributes
History
Date User Action Args
2021-03-08 20:12:01eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, jmoguill2
2021-03-08 20:12:01eryksunsetmessageid: <1615234321.78.0.0490726134546.issue43437@roundup.psfhosted.org>
2021-03-08 20:12:01eryksunlinkissue43437 messages
2021-03-08 20:12:01eryksuncreate