diff -cr ../Python-1.5.orig/Lib/re.py ./Lib/re.py *** ../Python-1.5.orig/Lib/re.py Mon Dec 8 18:12:00 1997 --- Lib/re.py Thu Mar 12 19:48:21 1998 *************** *** 203,208 **** --- 203,209 ---- if type(g)==type( "" ): g = [g] results[len(results):] = list(g) pos = lastmatch = j + n = n + 1 results.append(source[lastmatch:]) return results