Bert Hughes
b.hughes at factorymotorparts.com
Mon May 9 17:37:21 EDT 2005
More or less mindlessly, I would try modifying r = re.compile('s, @%[email protected], (?P<OPTION_STRING>[^,]+), ' % (option_name)) to r = re.compile(r's, @%[email protected], (?P<OPTION_STRING>[^,]+), ' % (option_name)) a 'raw' string. Bert Hughes
|