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

scoder at codespeak.net scoder at codespeak.net
Sun Apr 13 19:17:57 CEST 2008


Author: scoder
Date: Sun Apr 13 19:17:56 2008
New Revision: 53744

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/elementsoup.txt
Log:
 r3955 at delle:  sbehnel | 2008-04-13 19:16:41 +0200
 doc fix


Modified: lxml/trunk/doc/elementsoup.txt
==============================================================================
--- lxml/trunk/doc/elementsoup.txt	(original)
+++ lxml/trunk/doc/elementsoup.txt	Sun Apr 13 19:17:56 2008
@@ -22,7 +22,8 @@
 
 There is also a legacy module called ``lxml.html.ElementSoup``, which
 mimics the interface provided by ElementTree's own ElementSoup_
-module.
+module.  Note that the ``soupparser`` module was added in lxml 2.0.3.
+Previous versions of lxml 2.0.x only have the ``ElementSoup`` module.
 
 Here is a document full of tag soup, similar to, but not quite like, HTML:
 
@@ -73,7 +74,7 @@
     u'\xa9\u20ac-\xf5\u01bd'
 
 If you want them back on the way out, you can just serialise with the
-default encoding, which is 'US-ASCII'.  The 'html' method 
+default encoding, which is 'US-ASCII'.
 
 .. sourcecode:: pycon
 


More information about the lxml-checkins mailing list