skip>     import re
    skip>     symbolinfo = []
    skip>     sympat = re.compile(
    skip>         r'\[',

Make that

    r',?\['

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to