# HG changeset patch # User Paul Boddie # Date 1374273109 -7200 # Node ID 0efae0c8974767a6135f085a49890c4b01eb6ed0 # Parent 1734d98d6e2c9016ec1edc1242e3708e63830056 Exposed LSException and XIncludeException through libxml2dom. diff -r 1734d98d6e2c -r 0efae0c89747 README.txt --- a/README.txt Thu Jul 18 18:03:47 2013 +0200 +++ b/README.txt Sat Jul 20 00:31:49 2013 +0200 @@ -93,6 +93,7 @@ * Changed the parsing of HTML documents retrieved using parseURI to use the libxml2 network retrieval support. + * Exposed LSException and XIncludeException through libxml2dom. New in libxml2dom 0.5 (Changes since libxml2dom 0.4.7) ------------------------------------------------------ diff -r 1734d98d6e2c -r 0efae0c89747 libxml2dom/__init__.py --- a/libxml2dom/__init__.py Thu Jul 18 18:03:47 2013 +0200 +++ b/libxml2dom/__init__.py Sat Jul 20 00:31:49 2013 +0200 @@ -27,7 +27,8 @@ parseString as Node_parseString, parseURI as Node_parseURI, \ parseFile as Node_parseFile, \ toString as Node_toString, toStream as Node_toStream, \ - toFile as Node_toFile + toFile as Node_toFile, \ + LSException, XIncludeException import libxml2dom.errors # Standard namespaces.