python-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [Python-Dev] multiprocessing source not "Unix clean" Guido van Rossum Mon Jul 14 20:50:58 2008
On Fri, Jun 13, 2008 at 1:09 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > On Fri, Jun 13, 2008 at 3:02 PM, Guido van Rossum <[EMAIL PROTECTED]> wrote: >> On Fri, Jun 13, 2008 at 12:32 PM, Benjamin Peterson >> <[EMAIL PROTECTED]> wrote: >>> I've converted the line endings in the trunk and py3k. >> >> Thanks! Can we have a post-mortem of this? How did they get in there >> in the first place without anybody noticing? > > svn cat tells me that they were CRLF when I initially imported them. I > wonder if this has something to do with the patch utility I used to > apply Jesse's patch. I'm guessing Jesse uploaded the patch from a Windows box. It would be good to have something in the toolchain to change this. Perhaps a submit trigger (like the whitespace check) can look for this? -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-Dev mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/alexiscircle%40gmail.com
- [Python-Dev] multiprocessing source not "Unix clean" skip
- Re: [Python-Dev] multiprocessing source not "Unix clean" Guido van Rossum
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benjamin Peterson
- Re: [Python-Dev] multiprocessing source not "Unix clean" Guido van Rossum
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benjamin Peterson
- Re: [Python-Dev] multiprocessing source not "Unix clean" Guido van Rossum <=
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benjamin Peterson
- Re: [Python-Dev] multiprocessing source not "Unix clean" Guido van Rossum
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benjamin Peterson
- Re: [Python-Dev] multiprocessing source not "Unix clean" Guido van Rossum
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benji York
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benji York
Re: [Python-Dev] multiprocessing source not "Unix clean" skip
- Re: [Python-Dev] multiprocessing source not "Unix clean" Benjamin Peterson
- Re: [Python-Dev] multiprocessing source not "Unix clean" Jesse Noller
Re: [Python-Dev] multiprocessing source not "Unix clean" Jesse Noller