[Lxml-checkins] r49952 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Thu Dec 20 17:32:00 CET 2007
Author: scoder
Date: Thu Dec 20 17:31:58 2007
New Revision: 49952
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/lxml.etree.pyx
Log:
r3155 at delle: sbehnel | 2007-12-20 13:30:48 +0100
doc fix
Modified: lxml/trunk/src/lxml/lxml.etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/lxml.etree.pyx (original)
+++ lxml/trunk/src/lxml/lxml.etree.pyx Thu Dec 20 17:31:58 2007
@@ -1950,7 +1950,7 @@
tree it traverses is modified during iteration.
"""
# we keep Python references here to control GC
- # keep next node to return and a depth counter in the tree
+ # keep next node to return and the (s)top node
cdef _Element _next_node
cdef _Element _top_node
def __init__(self, _Element node not None, tag=None, *, inclusive=True):
More information about the lxml-checkins
mailing list