Re: [Python-Dev] Introducing the ``make check`` command

2008-03-18 Thread Brett Cannon
On Tue, Mar 18, 2008 at 4:09 PM, Isaac Morland <[EMAIL PROTECTED]> wrote: > On Tue, 18 Mar 2008, Brett Cannon wrote: > > > Lastly, I would like to have it strip trailing whitespace in C files. > > The only problem is that I don't know if removing trailing whitespace > > could possibly cause a pr

Re: [Python-Dev] Introducing the ``make check`` command

2008-03-18 Thread Isaac Morland
On Tue, 18 Mar 2008, Brett Cannon wrote: > Lastly, I would like to have it strip trailing whitespace in C files. > The only problem is that I don't know if removing trailing whitespace > could possibly cause a problem or not. Anyone know? I would be worried about the sequence backslash-space-newl

[Python-Dev] Introducing the ``make check`` command

2008-03-18 Thread Brett Cannon
After having one too many commits be rejected by having trailing whitespace, I wrote a script that runs reindent.py over all .py files that are to be checked in. But since there are other things that one should be aware of when creating a patch I let people know if they edited anything in the Doc d