[Lxml-checkins] r46241 - in lxml/trunk: . doc
scoder at codespeak.net
scoder at codespeak.net
Sun Sep 2 18:13:31 CEST 2007
Author: scoder
Date: Sun Sep 2 18:13:29 2007
New Revision: 46241
Modified:
lxml/trunk/CHANGES.txt
lxml/trunk/doc/lxml2.txt
lxml/trunk/doc/main.txt
Log:
pre-release cleanup
Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt (original)
+++ lxml/trunk/CHANGES.txt Sun Sep 2 18:13:29 2007
@@ -2,7 +2,7 @@
lxml changelog
==============
-2.0alpha1 (2007-08-31)
+2.0alpha1 (2007-09-02)
======================
Features added
@@ -39,8 +39,9 @@
* Schematron validation (incomplete in libxml2)
-* Additional ``stringify`` argument to ``PyType()`` that takes a conversion
- function to strings to support setting text values from arbitrary types.
+* Additional ``stringify`` argument to ``objectify.PyType()`` takes a
+ conversion function to strings to support setting text values from arbitrary
+ types.
* Entity support through an ``Entity`` factory and element classes. XML
parsers now have a ``resolve_entities`` keyword argument that can be set to
Modified: lxml/trunk/doc/lxml2.txt
==============================================================================
--- lxml/trunk/doc/lxml2.txt (original)
+++ lxml/trunk/doc/lxml2.txt Sun Sep 2 18:13:29 2007
@@ -89,7 +89,7 @@
facilitate further enhancements and an improved integration between lxml's
features.
-* lxml.objectify now has its own implementation of the ``E factory``. It uses
+* lxml.objectify now has its own implementation of the `E factory`_. It uses
the built-in type lookup mechanism of lxml.objectify, thus removing the need
for an additional type registry mechanism (as previously available through
the ``typemap`` parameter).
@@ -104,6 +104,8 @@
bigger overlap with the XSLT code. The main benefits are improved thread
safety in the XPath evaluators and Python RegExp support in standard XPath.
+.. _`E factory`: objectify.html#tree-generation-with-the-e-factory
+
New modules
===========
Modified: lxml/trunk/doc/main.txt
==============================================================================
--- lxml/trunk/doc/main.txt (original)
+++ lxml/trunk/doc/main.txt Sun Sep 2 18:13:29 2007
@@ -138,7 +138,7 @@
.. _`lxml at the Python Package Index`: http://pypi.python.org/pypi/lxml/
.. _`this key`: pubkey.asc
-The latest version is `lxml 2.0alpha1`_, released 2007-08-31
+The latest version is `lxml 2.0alpha1`_, released 2007-09-02
(`changes for 2.0alpha1`_). `Older versions`_ are listed below.
.. _`Older versions`: #old-versions
More information about the lxml-checkins
mailing list