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

Brett Cannon report at bugs.python.org
Mon Nov 22 20:09:12 CET 2010


Brett Cannon <brett at python.org> 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 important thing is detecting there is an issue for people to fix them (along with providing as much info as possible to make it easy to fix) rather than fixing it for them (if that turns out to be somewhat complicated to do).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9095>
_______________________________________


More information about the Python-bugs-list mailing list