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

Martin v. Loewis martin@v.loewis.de
08 Nov 2002 23:08:12 +0100


Guido van Rossum <guido@python.org> writes:

I'm in favor of reindenting too, but only if you're doing major work on a module.

This request was actually triggered by python.org/sf/626485 and python.org/sf/626548, which are pending on the issue of reindentation.

I.e. don't just reindent a module when you're fixing a few lines of code; but when you're doing a major refactoring, it should be fine.

I don't know whether these patches are major changes; I would (unless advised otherwise) reindent them in a single commit, then update the patches for MAL to reconsider them.

Regards, Martin