home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / python-xml / README.pyexpat < prev    next >
Encoding:
Text File  |  2004-11-29  |  770 b   |  32 lines

  1. Python Expat wrapper module
  2. ===========================
  3.  
  4. Building the pyexpat module
  5. ---------------------------
  6.  
  7. The module is built as part of running setup.py.  Regression tests are
  8. included as part of the PyXML test suite.
  9.  
  10.  
  11. Using the pyexpat module
  12. ------------------------
  13.  
  14. Since this module is also included with Python, documentation can be
  15. found at
  16.  
  17.   http://www.python.org/doc/current/lib/module-xml.parsers.expat.html
  18.  
  19.  
  20. Feedback
  21. --------
  22.  
  23. Please report problems to xml-sig@python.org.
  24.  
  25. The author is Jack Jansen, jack@cwi.nl.  The Expat parser was
  26. originally written by James Clark and is now maintained by others on
  27. SourceForge.  More information about Expat can be found at
  28. http://www.libexpat.org/.
  29.  
  30.         Jack Jansen, CWI, Amsterdam
  31.         jack@cwi.nl
  32.