[lxml-dev] lxml 1.3.2 released to cheeseshop
Stefan Behnel
stefan_ml at behnel.de
Tue Jul 3 23:43:22 CEST 2007
Hi all,
due to a severe crash bug in 1.3.1, I released 1.3.2 today. The only change is
the bug fix. So please don't use or package 1.3.1, use 1.3.2 instead.
Have fun,
Stefan
ChangeLog:
1.3.2 (2007-07-03)
==================
Bugs fixed
----------
* "deallocating None" crash bug
1.3.1 (2007-07-02)
==================
Features added
--------------
* objectify.DataElement now supports setting values from existing data
elements (not just plain Python types) and reuses defined namespaces etc.
* E-factory support for lxml.objectify (``objectify.E``)
Bugs fixed
----------
* Better way to prevent crashes in Element proxy cleanup code
* objectify.DataElement didn't set up None value correctly
* objectify.DataElement didn't check the value against the provided type hints
* Reference-counting bug in ``Element.attrib.pop()``
More information about the lxml-dev
mailing list