On 24-Oct-09, at 12:44 AM, Charles R Harris wrote:
> Do we have a policy on this? IIRC, it is something that should be
> handled by subversion.
AFAIK you're right, the exception might be that sometimes, if there
are files with mixed newlines, subversion will get confused and leave
them ther
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