-
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