- 2.1.3 (2008-11-17)
- Bugs fixed - - * Ref-count leaks when lxml enters a try-except statement while an - outside exception lives in sys.exc_*(). This was due to a problem - in Cython, not lxml itself. - * Parser Unicode decoding errors could get swallowed by other - exceptions. - * Name/import errors in some Python modules. - * Internal DTD subsets that did not specify a system or public ID - were not serialised and did not appear in the docinfo property - of ElementTrees. - * Fix a pre-Py3k warning when parsing from a gzip file in Py2.6. - * Test suite fixes for libxml2 2.7. - * Resolver.resolve_string() did not work for non-ASCII byte strings. - * Resolver.resolve_file() was broken. - * Overriding the parser encoding didn't work for many encodings.
This commit is contained in:
parent
6b6288a2f6
commit
4e3e3d061b
3 changed files with 22 additions and 3 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d957423bbd56de25ef636671e7245069 lxml-2.1.2.tar.gz
|
||||
93a651178c1428e05cff8f058c336425 lxml-2.1.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue