July 4, 2000
11:46 p.m.
sjoerd wrote:
re.match(regexp, 'smil').group(0,1,2,3) ('smil', None, 's', 'smil') import pre pre.match(regexp, 'smil').group(0,1,2,3) ('smil', None, None, 'smil')
Needless to say, I am relying on the third value being None...
I've confirmed this (last night's fix should have solved this, but it didn't). I'll post patches as soon as I have them... </F>