• Guido van Rossum's avatar
    This afternoon, Tim & I struggled in vain to create an example that · 70b7ea26
    Guido van Rossum authored
    would trigger the error "replace structure with attribute replacements
    not yet implemented".  We were right that it needed testing --
    TALError was not imported.
    
    Fixing this in TALInterpreter.py, and adding code to TALGenerator.py
    that passes the "repldict" variable from emitStartElement() to
    emitEndElement(), through the "todo" variable, when a "replace"
    command is present.
    70b7ea26
TALInterpreter.py 10.9 KB