• Guido van Rossum's avatar
    Fix two problems reported by "Denis S. Otkidach" <ods@fep.ru>: · c39c4f7d
    Guido van Rossum authored
    1. Some browsers don't understand attribute values in single quotes,
       so always use double quotes.
    
    2. An undefined variable was referenced in the error reporting code in
       parseSubstitution().  (The error reporting cannot be reached unless
       _subst_re is changed -- but it is still a bug. :-)
    c39c4f7d
TALDefs.py 7.28 KB