]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove 'const' from local variable declaration in string_zfill() -- it
authorGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 13:48:52 +0000 (13:48 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Apr 2002 13:48:52 +0000 (13:48 +0000)
commit3aa3fc46c87ff07d6b7a633c03f29fae43389c55
tree889ecc6d561323baeb81cf8e16eb71a91efaa20e
parent068325ef926538a30d7feb13f9b14a6163e24b6e
Remove 'const' from local variable declaration in string_zfill() -- it
isn't constant, so why bother.

Folded long lines.

Whitespace normalization.
Objects/stringobject.c