[Lxml-checkins] r52714 - lxml/trunk
scoder at codespeak.net
scoder at codespeak.net
Wed Mar 19 07:44:58 CET 2008
Author: scoder
Date: Wed Mar 19 07:44:58 2008
New Revision: 52714
Modified:
lxml/trunk/ (props changed)
lxml/trunk/CHANGES.txt
Log:
r3810 at delle: sbehnel | 2008-03-18 22:26:03 +0100
removed Changelog that are already in 2.0.3
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Wed Mar 19 07:44:58 2008
@@ -24,24 +24,12 @@
Bugs fixed
----------
-* Attribute assignment of custom PyTypes in objectify could fail to
- correctly serialise the value to a string.
-
* Default encoding for plain text serialisation was different from
that of XML serialisation (UTF-8 instead of ASCII).
Other changes
-------------
-* Setting the XSLT_CONFIG and XML2_CONFIG environment variables at
- build time will let setup.py pick up the ``xml2-config`` and
- ``xslt-config`` scripts from the supplied path name.
-
-* Passing ``--with-xml2-config=/path/to/xml2-config`` to setup.py will
- override the ``xml2-config`` script that is used to determine the C
- compiler options. The same applies for the ``--with-xslt-config``
- option.
-
* Minor API speed-ups.
* The benchmark suite now uses tail text in the trees, which makes the
More information about the lxml-checkins
mailing list