Kevin Christopher added the comment:
I tripped over this exact issue a few months ago, while working on a FIPSified
OpenSSL library (custom platform).
Attached a different (more minimal) patch; this one focuses more narrowly on
the exact failure mode. It's based on 'master'
Kevin Christopher Henry added the comment:
I can confirm that LF endings work fine on Cygwin, and it's hard to imagine any
bash implementation not handling that properly.
--
___
Python tracker
<http://bugs.python.org/is
Kevin Christopher Henry added the comment:
I'm interested in working on this, but it's not clear to me if this has been
accepted as a bug. I converted a large project recently and was shocked to find
that all 100+ files were broken because of the needless "from
future_bu
New submission from Kevin Christopher Henry:
When I use venv to create a new virtual environment in Windows I'm given two
activate scripts, a .bat file and a .ps1 file (which is consistent with the
documentation).
However, bash (and probably the other shells as well) works just fi