[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-11-22 Thread Georg Brandl
Georg Brandl added the comment: patchcheck.py is not so complicated; why don't you debug that hangup yourself? -- ___ Python tracker ___ _

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-11-22 Thread Brett Cannon
Brett Cannon added the comment: Just ran it without issue after doing an `svn up`. As for fix vs. not, while fixing indentations and removing trailing whitespace is nice, it isn't necessary. Both instances should be a rarity (most IDEs will make sure the situation doesn't occur), so the most

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-11-22 Thread Éric Araujo
Éric Araujo added the comment: I tried to use “make patchcheck” after edits to reST files and it hung. Do you have the same behavior? I suspect reindent-rst is the culprit. I’m wondering about the reindenting; other checks in patchcheck don’t edit files, they just print warnings. On the ot

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-10-21 Thread Georg Brandl
Georg Brandl added the comment: Now done in r85767. -- dependencies: -`make patchcheck` should check the whitespace of .c/.h files nosy: +georg.brandl status: open -> closed ___ Python tracker

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-07-04 Thread Éric Araujo
Éric Araujo added the comment: Please apply the refactor patch in #8912 -- dependencies: +`make patchcheck` should check the whitespace of .c/.h files versions: +Python 3.2 ___ Python tracker __

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-06-29 Thread Brett Cannon
Brett Cannon added the comment: Knock yourself out! -- assignee: -> merwok ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-06-29 Thread Éric Araujo
Éric Araujo added the comment: Feel free to assign patchcheck bugs to me. I’ll write a patch and then assign to you for review. -- nosy: +merwok resolution: -> accepted ___ Python tracker

[issue9095] patchcheck should handle extraneous whitespace in .rst files

2010-06-27 Thread Brett Cannon
New submission from Brett Cannon : Tools/scripts/reindent-rst.py already exists, so this should be simple to add. -- components: Demos and Tools keywords: easy messages: 108808 nosy: brett.cannon priority: low severity: normal stage: needs patch status: open title: patchcheck should hand