# HG changeset patch # User paulb # Date 1175884636 0 # Node ID f572539743a166ec50121ef373433e853baad4d7 # Parent 1813a0636b1649067679f7a56b497df4848202c4 [project @ 2007-04-06 18:37:16 by paulb] Updated release information. diff -r 1813a0636b16 -r f572539743a1 PKG-INFO --- a/PKG-INFO Fri Jun 20 21:45:19 2008 +0200 +++ b/PKG-INFO Fri Apr 06 18:37:16 2007 +0000 @@ -1,12 +1,12 @@ Metadata-Version: 1.1 Name: libxml2dom -Version: 0.4.2 +Version: 0.4.3 Author: Paul Boddie Author-email: paul at boddie org uk Maintainer: Paul Boddie Maintainer-email: paul at boddie org uk Home-page: http://www.boddie.org.uk/python/libxml2dom.html -Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.4.2.tar.gz +Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.4.3.tar.gz Summary: PyXML-style API for the libxml2 Python bindings License: MIT Description: The libxml2dom package provides a traditional DOM wrapper around the Python diff -r 1813a0636b16 -r f572539743a1 README.txt --- a/README.txt Fri Jun 20 21:45:19 2008 +0200 +++ b/README.txt Fri Apr 06 18:37:16 2007 +0000 @@ -65,6 +65,13 @@ libxml2dom.macrolib implementation, too). A way is needed to get libxml2 to do the node copying itself. +New in libxml2dom 0.4.3 (Changes since libxml2dom 0.4.2) +-------------------------------------------------------- + + * Added getElementById to the Node class. + * Added a __hash__ method to the Node class. + * Expanded the svg and events modules, including a test of SVG events. + New in libxml2dom 0.4.2 (Changes since libxml2dom 0.4.1) --------------------------------------------------------