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)).
G
Guido van Rossum committed
f57736e77a40aba1278d506e05655b03b0db8596
Parent: 1b0ff2c
L.append(a,b,c,d) with the correct L.append((a,b,c,d)).