[Lxml-checkins] r49264 - lxml/trunk/doc
scoder at codespeak.net
scoder at codespeak.net
Sun Dec 2 11:43:22 CET 2007
Author: scoder
Date: Sun Dec 2 11:43:22 2007
New Revision: 49264
Modified:
lxml/trunk/doc/performance.txt
Log:
doc cleanup
Modified: lxml/trunk/doc/performance.txt
==============================================================================
--- lxml/trunk/doc/performance.txt (original)
+++ lxml/trunk/doc/performance.txt Sun Dec 2 11:43:22 2007
@@ -598,7 +598,7 @@
the Python objects, thus trading memory for speed. Just create a cache
dictionary and run::
- cache[root] = list(root.getiterator())
+ cache[root] = list(root.iter())
after parsing and::
More information about the lxml-checkins
mailing list