• Guido van Rossum's avatar
    Emit a new opcode, "mode", with an argument "html" or "xml", depending · b9f0ea81
    Guido van Rossum authored
    on the value of the xml argument to the constructor.  (This requires a
    matching checkin of TALInterpreter.)
    
    Move the compile() method into this class.
    
    Make compile() enclose the expression in $dollars$, and add an
    uncompile() method to strip them again.  This keeps me honest, making
    sure that compile() is always called.
    b9f0ea81
DummyEngine.py 8.26 KB