[Lxml-checkins] r39209 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Mon Feb 19 15:44:07 CET 2007
Author: scoder
Date: Mon Feb 19 15:44:05 2007
New Revision: 39209
Modified:
lxml/trunk/doc/FAQ.txt
Log:
cleanup
Modified: lxml/trunk/doc/FAQ.txt
==============================================================================
--- lxml/trunk/doc/FAQ.txt (original)
+++ lxml/trunk/doc/FAQ.txt Mon Feb 19 15:44:05 2007
@@ -22,6 +22,7 @@
3 Threading
3.1 Can I use threads to concurrently access the lxml API?
3.2 Does my program run faster if I use threads?
+ 3.3 Would my single-threaded program run faster if I turned off threading?
4 Parsing and Serialisation
4.1 Why doesn't the ``pretty_print`` option reformat my XML output?
4.2 Why can't lxml parse my XML from unicode strings?
@@ -246,7 +247,6 @@
lxml from source.
-
Parsing and Serialisation
=========================
More information about the lxml-checkins
mailing list