[Lxml-checkins] r38404 - lxml/trunk

scoder at codespeak.net scoder at codespeak.net
Sat Feb 10 18:36:30 CET 2007


Author: scoder
Date: Sat Feb 10 18:36:29 2007
New Revision: 38404

Modified:
   lxml/trunk/setup.py
Log:
it's mature, right?

Modified: lxml/trunk/setup.py
==============================================================================
--- lxml/trunk/setup.py	(original)
+++ lxml/trunk/setup.py	Sat Feb 10 18:36:29 2007
@@ -37,8 +37,9 @@
     description="Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.",
 
     long_description=(("""\
-lxml is a Pythonic binding for the libxml2 and libxslt libraries.  It provides
-safe and convenient access to these libraries using the ElementTree API.
+lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries.  It
+provides safe and convenient access to these libraries using the ElementTree
+API.
 
 It extends the ElementTree API significantly to offer support for XPath,
 RelaxNG, XML Schema, XSLT, C14N and much more.


More information about the lxml-checkins mailing list