• Guido van Rossum's avatar
    Give the TALInterpreter class constructor a 'strictinsert' option, · 00602175
    Guido van Rossum authored
    default true.  When this is false, structure insertion without
    attribute replacement does not parse the inserted text.  This is
    (expected to be) much faster, but allows invalid HTML/XML to be
    inserted, so it is off by default.
    
    Evan can choose to turn this on in ZPT if he's more concerned about
    efficiency than about correctness. :-)
    00602175
TALInterpreter.py 14.8 KB