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

scoder at codespeak.net scoder at codespeak.net
Mon Apr 14 09:58:45 CEST 2008


Author: scoder
Date: Mon Apr 14 09:58:43 2008
New Revision: 53751

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/elementsoup.txt
Log:
 r3958 at delle:  sbehnel | 2008-04-13 20:35:31 +0200
 remove redundant example code from docs


Modified: lxml/trunk/doc/elementsoup.txt
==============================================================================
--- lxml/trunk/doc/elementsoup.txt	(original)
+++ lxml/trunk/doc/elementsoup.txt	Mon Apr 14 09:58:43 2008
@@ -138,6 +138,3 @@
     ...     ignore = tostring(root, encoding=unicode)
     ... except UnicodeDecodeError:
     ...     root = lxml.html.soupparser.fromstring(tag_soup)
-    ...     # try again, but don't catch the exception this time
-    ...     ignore = tostring(root, encoding=unicode)
-


More information about the lxml-checkins mailing list