When can we expect a binary distribution of 1.3.3 for windows?

On 7/26/07, Stefan Behnel <stefan_ml@behnel.de > wrote:
Hi all,

I just released lxml 1.3.3 to cheeseshop. This is mainly a bug-fix release for
the stable 1.3 series. Changelog follows.

Have fun,
Stefan


1.3.3 (2007-07-26)
==================

Features added
--------------

    * ElementTree compatible parser ETCompatXMLParser strips processing
      instructions and comments while parsing XML
    * Parsers now support stripping PIs (keyword argument 'remove_pis')
    * etree.fromstring() now supports parsing both HTML and XML, depending on
      the parser you pass.
    * Support base_url keyword argument in HTML() and XML()

Bugs fixed
----------

    * Parsing from Python Unicode strings failed on some platforms
    * Element() did not raise an exception on tag names containing ':'
    * Element.getiterator(tag) did not accept Comment and
      ProcessingInstruction as tags. It also accepts Element now.
_______________________________________________
lxml-dev mailing list
lxml-dev@codespeak.net
http://codespeak.net/mailman/listinfo/lxml-dev