[lxml-dev] lxml 1.3.1 on cheeseshop
Stefan Behnel
stefan_ml at behnel.de
Mon Jul 2 18:35:59 CEST 2007
Hi all,
I just released lxml 1.3.1. This is a bugfix release for the stable 1.3
series. Changelog follows.
Have fun,
Stefan
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