home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / PyXML-0.6.3.win32-py2.0.exe / xmldoc / ANNOUNCE next >
Text File  |  2001-01-06  |  3KB  |  68 lines

  1. To be sent to: c.l.py.announce, xml-dev, www-dom, comp.text.xml,
  2.            freshmeat.net,
  3.            other suggestions?
  4.  
  5. ================== 
  6. Version 0.6.3 of the Python/XML distribution is now available.  It
  7. should be considered a beta release, and can be downloaded from
  8. the following URLs:
  9.  
  10. http://download.sourceforge.net/pyxml/PyXML-0.6.3.tar.gz
  11. http://download.sourceforge.net/pyxml/PyXML-0.6.3.win32-py1.5.exe
  12. http://download.sourceforge.net/pyxml/PyXML-0.6.3.win32-py2.0.exe
  13. http://download.sourceforge.net/pyxml/PyXML-0.6.3-1.5.2.i386.rpm
  14. http://download.sourceforge.net/pyxml/PyXML-0.6.3-2.0.i386.rpm
  15.  
  16. Changes in this version, compared to 0.6.2:
  17.  
  18.     * Include documentation in binary packages as well.
  19.  
  20.     * Update to Expat 1.2, offer all Python Unicode codecs to
  21.           expat.
  22.  
  23.         * support the lexical-handler property in the expat SAX driver.
  24.  
  25.     * Restructure DOM interfaces to better accomodate multiple
  26.           DOM implementations: provide standard exceptions and symbolic
  27.           constants (including those inside of the Node interface) in
  28.           xml.dom.
  29.  
  30.     * Improve minidom: validate arguments and raise DOM exceptions,
  31.           correct NameNodeMap operations, offer cloneNode, splitText,
  32.           DocumentType, DOMImplementation, and correct various other
  33.           errors.
  34.  
  35.     * Restore xml.unicode for compatibility with PyXML 0.5. This is
  36.           a pure-Python implementation of the iso8859 module, which can
  37.           only convert between ISO-8859-x and UTF-8. Python 2 users
  38.           should use the Unicode type instead of this service.
  39.  
  40.     * Fix memory leaks in expat parser and pulldom.
  41.  
  42. The Python/XML distribution contains the basic tools required for
  43. processing XML data using the Python programming language, assembled
  44. into one easy-to-install package.  The distribution includes parsers
  45. and standard interfaces such as SAX and DOM, along with various other
  46. useful modules.  
  47.  
  48. The package currently contains:
  49.  
  50.     * XML parsers: Pyexpat (Jack Jansen), xmlproc (Lars Marius
  51. Garshol), sgmlop (Fredrik Lundh).
  52.  
  53.     * SAX interface (Lars Marius Garshol)
  54.     * minidom DOM implementation (Paul Prescod)
  55.     * 4DOM from Fourthought (Uche Ogbuji, Mike Olson)
  56.     * Various utility modules and functions (various people)
  57.     * Documentation and example programs (various people)
  58.  
  59. The code is being developed bazaar-style by contributors from the
  60. Python XML Special Interest Group, so please send comments, questions,
  61. or bug reports to <xml-sig@python.org>.
  62.  
  63. For more information about Python and XML, see:
  64.     http://www.python.org/topics/xml/
  65.  
  66. -- 
  67. Martin v. L÷wis               http://www.informatik.hu-berlin.de/~loewis
  68.