[issue8912] `make patchcheck` should check the whitespace of .c/.h files

Mark Dickinson report at bugs.python.org
Tue Jun 15 09:26:50 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Nitpick:  shouldn't that

    len(line) > 79

be

    len(line) > 80

?  Either that, or strip the line ending from the line before computing its length.

----------
nosy: +mark.dickinson

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


More information about the Python-bugs-list mailing list