[docs] Python 3.3 Module documentation bug: xml.sax

Kenneth Hill kenneth.hill at autodesk.com
Mon Mar 18 10:55:40 CET 2013


For some reason xml.sax is a child of xml.parsers.expat.errors in the module index.

Currently:

xml.parsers.expat.errors
    xml.parsers.expat.model
    xml.sax
    xml.sax.handler
    xml.sax.saxutils
    xml.sax.xmlreader

I suspect this should be:

xml.parsers
    xml.parsers.expat
        xml.parsers.expat.errors
        xml.parsers.expat.model
xml.sax
    xml.sax.handler
    xml.sax.saxutils
    xml.sax.xmlreader

Regards,
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20130318/c9f586ce/attachment-0001.html>


More information about the docs mailing list