- Update to 2.3 (2011-03-03):

Features added
   * When looking for children, lxml.objectify takes '{}tag' as
     meaning an empty namespace, as opposed to the parent namespace.
  Bugs fixed
    * When finished reading from a file-like object, the parser
      immediately calls its close() method.
    * When finished parsing, iterparse() immediately closes the input
      file.
    * Work-around for libxml2 bug that can leave the HTML parser in a
      non-functional state after parsing a severly broken document (fixed
      in libxml2 2.7.8).
    * marque tag in HTML cleanup code is correctly named marquee.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lxml?expand=0&rev=30
This commit is contained in:
Sascha Peilicke
2011-03-03 08:46:41 +00:00
committed by Git OBS Bridge
parent 54cbc0acc2
commit 10a2c26ba2
6 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Mar 3 08:37:49 UTC 2011 - saschpe@suse.de
- Update to 2.3 (2011-03-03):
Features added
* When looking for children, lxml.objectify takes '{}tag' as
meaning an empty namespace, as opposed to the parent namespace.
Bugs fixed
* When finished reading from a file-like object, the parser
immediately calls its close() method.
* When finished parsing, iterparse() immediately closes the input
file.
* Work-around for libxml2 bug that can leave the HTML parser in a
non-functional state after parsing a severly broken document (fixed
in libxml2 2.7.8).
* marque tag in HTML cleanup code is correctly named marquee.
-------------------------------------------------------------------
Mon Dec 6 13:33:31 UTC 2010 - toms@suse.de