Home | History | Annotate | Download | only in parsers
      1 """Python interfaces to XML parsers.
      2 
      3 This package contains one module:
      4 
      5 expat -- Python wrapper for James Clark's Expat parser, with namespace
      6          support.
      7 
      8 """
      9