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

Guido van Rossum guido@python.org
Mon, 11 Nov 2002 09:50:06 -0500


It seems to me that any files with "special needs" (unicodedata.c and the various sre files come to mind) should have comments right near the top which indicate the constraints which must be maintained (4-space indents, 1.5.2 compatibility, etc).

+1. A comment at the top sure seems a better place for a reminder than a note in PEP 291.

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