[Lxml-checkins] r44009 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Sun Jun 3 18:25:34 CEST 2007


Author: scoder
Date: Sun Jun  3 18:25:33 2007
New Revision: 44009

Modified:
   lxml/trunk/doc/FAQ.txt
Log:
FAQ: make clear that some crashes are due to libxml2

Modified: lxml/trunk/doc/FAQ.txt
==============================================================================
--- lxml/trunk/doc/FAQ.txt	(original)
+++ lxml/trunk/doc/FAQ.txt	Sun Jun  3 18:25:33 2007
@@ -258,7 +258,12 @@
 b) If you are using threads, please see the following section to check if
    you touch on one of the potential pitfalls.
 
-c) Otherwise, we would really like to hear about it.  Please report it to the
+c) Try to reproduce the problem with the latest versions of libxml2 and
+   libxslt.  From time to time, bugs and race conditions are found in these
+   libraries, so a more recent version might already contain a fix for your
+   problem.
+
+d) Otherwise, we would really like to hear about it.  Please report it to the
    `mailing list`_ so that we can fix it.  It is very helpful in this case if
    you can come up with a short code snippet that demonstrates your problem.
    Please also report the version of lxml, libxml2 and libxslt that you are


More information about the lxml-checkins mailing list