]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A gift from Fredrik Lundh: fast C implementation of expandtabs().
authorGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 22:36:24 +0000 (22:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Jan 1999 22:36:24 +0000 (22:36 +0000)
commit54ec2884b8f198ae55ed58248f11dce6e38a009f
tree09f7ec733c5ee7672eef54e393b195b373f46ad4
parent9700e9becc81aaba6290c120b518568a460315cd
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.
Modules/stropmodule.c