I have a regex: '[A-Za-z]:\\([^/:\*\?"<>\|])*'
when I do, re.compile('[A-Za-z]:\\([^/:\*\?"<>\|])*') ...I getsre_constants.error: unbalanced parenthesis do i need to escape something else? i see that i have matching parenthesis. thx -- http://mail.python.org/mailman/listinfo/python-list
