• Guido van Rossum's avatar
    Report line number and column offset for NestingError. · 2c16aad0
    Guido van Rossum authored
    Changed the interface for the NestingError exception; it now has tag,
    lineno, and offset attributes, and reports these in its __str__; the
    tagstack is no longer needed.
    
    Moved all the "internal thingies" to the end; renamed some for more
    consistent naming.
    2c16aad0
HTMLTALParser.py 6.56 KB