May 9, 2010
10:04 p.m.
Le dimanche 09 mai 2010 18:56:27, Antoine Pitrou a écrit :
This was done in r81029 (trunk), r81031 (2.6), r81032 (3.x) and r81033 (3.1). I'm mentioning the revision numbers because it seems python-checkins blocked the diffs, sensibly enough.
Does "make patchcheck" detect tab indentation and trailing spaces regressions?
If you have patches pending and they don't apply cleanly anymore, you can either:
- use "patch -l", and then reformat the modified lines manually
- use "untabify.py -p" on your patch (http://svn.python.org/view/*checkout*/sandbox/trunk/untabify/untabify.py)
Is it documented somewhere? In the developer FAQ?
-- Victor Stinner http://www.haypocalc.com/