[issue27425] Tests fail because of git's newline preferences on Windows

Martin Panter report at bugs.python.org
Thu Jun 30 21:05:35 EDT 2016


Martin Panter added the comment:

If it were me, I might try to use a version of Git that doesn’t mess with the files. But if this becomes a common problem (esp with the move from Mercurial to Git), maybe we can add a “.gitattributes” file <https://git-scm.com/docs/gitattributes>. We aleady seem to have “.hgeol”.

I presume this is going to affect earlier versions too.

----------
components: +Windows
nosy: +martin.panter, paul.moore, steve.dower, tim.golden, zach.ware
versions: +Python 2.7, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27425>
_______________________________________


More information about the Python-bugs-list mailing list