[Python-Dev] Reindenting unicodedata.c (original) (raw)

Guido van Rossum guido@python.org
Fri, 08 Nov 2002 20:40:31 -0500


> Why does MAL prefer 4 spaces?

I'm not sure; he did not answer this question. I'm not even sure whether he prefers 4 spaces, or whether he merely prefers not to change it.

As you may have noticed, this is a religious issue. I strongly prefer 8-space tabs, but for code that I don't visit very often I feel I can't to enforce it. For all new code I request 8-space tabs.

--Guido van Rossum (home page: http://www.python.org/~guido/)