[Lxml-checkins] r42773 - lxml/trunk/src/lxml
scoder at codespeak.net
scoder at codespeak.net
Mon May 7 11:00:39 CEST 2007
Author: scoder
Date: Mon May 7 11:00:39 2007
New Revision: 42773
Modified:
lxml/trunk/src/lxml/etree.pyx
Log:
comment
Modified: lxml/trunk/src/lxml/etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/etree.pyx (original)
+++ lxml/trunk/src/lxml/etree.pyx Mon May 7 11:00:39 2007
@@ -1044,7 +1044,7 @@
ELEMENT_CREATION_LOCK = NULL
cdef extern from "etree_defs.h":
- # macro call to 'tp_new()' for fast instantiation
+ # macro call to 't->tp_new()' for fast instantiation
cdef _Element NEW_ELEMENT "PY_NEW" (object t)
cdef _Element _elementFactory(_Document doc, xmlNode* c_node):
More information about the lxml-checkins
mailing list