/Lib/xml/parsers/__init__.py

http://unladen-swallow.googlecode.com/ · Python · 8 lines · 2 code · 1 blank · 5 comment · 1 complexity · f2ba24febebd9b4a22d82b22f8e19dd8 MD5 · raw file

  1. """Python interfaces to XML parsers.
  2. This package contains one module:
  3. expat -- Python wrapper for James Clark's Expat parser, with namespace
  4. support.
  5. """