CRLF problems in CPython sources

Rustom Mody rustompmody at gmail.com
Mon Jun 22 10:41:21 EDT 2015


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 such?

Note 1: Been bitten rather badly by this in svn days and would rather waste time 
upfront rather than later.
Note 2: Not trying to nitpick. git barfed about this
Looking around I found I can get mercurial to likewise complain



More information about the Python-list mailing list