Eval (was Re: Question about using python as a scripting language)

skip at pobox.com skip at pobox.com
Wed Aug 9 11:12:17 EDT 2006


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

Make that

    r',?\['

Skip



More information about the Python-list mailing list