Re: CRLF problems in CPython sources

2015-06-22 Thread Rustom Mody
On Monday, June 22, 2015 at 2:53:21 PM UTC, Zachary Ware wrote: > On Monday, June 22, 2015, Rustom Mody wrote: > Trying to setup CPython repo I found some CRLF messes: > > > > 1. Some file-types that are inconsistently LF or CRLF > >    Lib/test/decimaltestdata > > > > 2. Some files that ar

CRLF problems in CPython sources

2015-06-22 Thread Rustom Mody
Trying to setup CPython repo I found some CRLF messes: 1. Some file-types that are inconsistently LF or CRLF Lib/test/decimaltestdata 2. Some files that are plain dirty (both LF and CRLF) Lib/venv/scripts/nt/Activate.ps1 Is this worth a bug report? Is python-dev the place for talking of su

Re: CRLF problems in CPython sources

2015-06-22 Thread Zachary Ware
On Monday, June 22, 2015, Rustom Mody wrote: > Trying to setup CPython repo I found some CRLF messes: > > 1. Some file-types that are inconsistently LF or CRLF >Lib/test/decimaltestdata > > 2. Some files that are plain dirty (both LF and CRLF) >Lib/venv/scripts/nt/Activate.ps1 > > Is this