Imported Upstream version 2.3.5
[platform/upstream/python-lxml.git] / src / lxml.egg-info / PKG-INFO
index 41f8097..34f602b 100644 (file)
@@ -1,12 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: lxml
-Version: 2.3.4
+Version: 2.3.5
 Summary: Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
 Home-page: http://lxml.de/
 Author: lxml dev team
 Author-email: lxml-dev@lxml.de
 License: UNKNOWN
-Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-2.3.4.tar.gz
+Download-URL: http://pypi.python.org/packages/source/l/lxml/lxml-2.3.5.tar.gz
 Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.  It
         provides safe and convenient access to these libraries using the ElementTree
         API.
@@ -37,7 +37,7 @@ Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libr
         as soon as a maintenance branch has been established.  Note that this
         requires Cython to be installed at an appropriate version for the build.
         
-        2.3.4 (2012-03-26)
+        2.3.5 (2012-07-31)
         ==================
         
         Features added
@@ -46,10 +46,9 @@ Description: lxml is a Pythonic, mature binding for the libxml2 and libxslt libr
         Bugs fixed
         ----------
         
-        * Crash due to race condition when errors (or user messages) occur
-          during threaded XSLT processing.
+        * Crash when merging text nodes in ``element.remove()``.
         
-        * XSLT stylesheet compilation could ignore compilation errors.
+        * Crash in sax/target parser when reporting empty doctype.
         
         Other changes
         --------------