Hi All,

I just fixed scipy ticket #1029, where the Sun Fortran compiler failed because nnls.f contained carriage returns (\r). Out of curiosity I decided to look as the numpy and scipy repositories to see how common \r was, with the results:

numpy: 1232 instances
scipy: 3315 instances

Do we have a policy on this? IIRC, it is something that should be handled by subversion.

Chuck