Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: stropmodule.c Log Message: A gift from Fredrik Lundh: fast C implementation of expandtabs(). I've reformatted it, added a few comments, a test for tabsize <= 0, and used the AS_STRING macro.