[Lxml-checkins] r47700 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Mon Oct 22 10:06:58 CEST 2007


Author: scoder
Date: Mon Oct 22 10:06:56 2007
New Revision: 47700

Modified:
   lxml/trunk/CHANGES.txt
   lxml/trunk/doc/tutorial.txt
Log:
doc fix

Modified: lxml/trunk/CHANGES.txt
==============================================================================
--- lxml/trunk/CHANGES.txt	(original)
+++ lxml/trunk/CHANGES.txt	Mon Oct 22 10:06:56 2007
@@ -31,6 +31,10 @@
 Other changes
 -------------
 
+* The module source files are now called "lxml.*.pyx", such as
+  "lxml.etree.pyx".  This was changed for consistency with the way
+  Pyrex commonly handles package imports.
+
 
 2.0alpha4 (2007-10-07)
 ======================

Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt	(original)
+++ lxml/trunk/doc/tutorial.txt	Mon Oct 22 10:06:56 2007
@@ -363,11 +363,9 @@
      </a>
    </root>
 
-
 Since lxml 2.0 (and ElementTree 1.3), the serialisation functions can
-do more than XML serialisation and optional pretty printing.  You can
-serialise to HTML or extract the text content by passing the
-``method`` keyword::
+do more than XML serialisation.  You can serialise to HTML or extract
+the text content by passing the ``method`` keyword::
 
    >>> root = etree.XML('<html><head/><body><p>Hello<br/>World</p></body></html>')
 


More information about the lxml-checkins mailing list