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

Alexander Belopolsky report at bugs.python.org
Sat Aug 14 01:29:25 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I opened issue9598 for the untabify bug.  For the purposes of source checking, I believe non-ascii characters should be disallowed in python C source code.  According to my understanding of C89 standard, interpretation of characters outside of the basic character set is implementation and locale dependent.

----------

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


More information about the Python-bugs-list mailing list