]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Translated to use re instead of regex. Also replaced one use of
authorGuido van Rossum <guido@python.org>
Fri, 19 Jun 1998 21:39:27 +0000 (21:39 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jun 1998 21:39:27 +0000 (21:39 +0000)
commitf57736e77a40aba1278d506e05655b03b0db8596
tree3048a36952e890e7b4914145fc8d0f83db7c65c8
parent1b0ff2c32ff28e93295b8f0c9bb318fc87458392
Translated to use re instead of regex.  Also replaced one use of
L.append(a,b,c,d) with the correct L.append((a,b,c,d)).
Tools/scripts/pindent.py