Re: [Python-Dev] CRLF problems in repo

2015-06-25 Thread Stephen J. Turnbull
Private, since it doesn't really have anything to do with evaluating actual content. FYI, this thread probably should have stayed on core-mentorship for a bit and then jumped directly to the tracker. Rustom Mody writes: > > because (1) you have some support for the idea that at least > > some

Re: [Python-Dev] CRLF problems in repo

2015-06-24 Thread Rustom Mody
On Thu, Jun 25, 2015 at 6:45 AM, Stephen J. Turnbull wrote: > > Rustom Mody writes: > > > Can submit a bug-report if it looks ok > > Thanks for the post. IMO this should have gone directly to the > tracker Done http://bugs.python.org/issue24507#msg245793 > because (1) you have some support for

[Python-Dev] CRLF problems in repo

2015-06-24 Thread Stephen J. Turnbull
Rustom Mody writes: > Can submit a bug-report if it looks ok Thanks for the post. IMO this should have gone directly to the tracker because (1) you have some support for the idea that at least some of these are unintentional, and therefore candidates for alignment with the rest of the code, (2)

[Python-Dev] CRLF problems in repo

2015-06-24 Thread Rustom Mody
Hello folks Along with a few students we were preparing to poke around inside the CPython sources. Of course it would be neat if we submitted useful patches... but since I dont expect to get there so fast I thought I'd start by setting up with git which I am more familiar with than mercurial. Tha