[Lxml-checkins] r54493 - in lxml/trunk: . src/lxml
scoder at codespeak.net
scoder at codespeak.net
Tue May 6 20:40:10 CEST 2008
Author: scoder
Date: Tue May 6 20:40:09 2008
New Revision: 54493
Modified:
lxml/trunk/ (props changed)
lxml/trunk/src/lxml/serializer.pxi
Log:
r4171 at delle: sbehnel | 2008-05-06 18:40:11 +0200
removed superfluous function call (bug 227259)
Modified: lxml/trunk/src/lxml/serializer.pxi
==============================================================================
--- lxml/trunk/src/lxml/serializer.pxi (original)
+++ lxml/trunk/src/lxml/serializer.pxi Tue May 6 20:40:09 2008
@@ -350,7 +350,6 @@
write_xml_declaration, write_doctype,
pretty_print, with_tail)
tree.xmlOutputBufferClose(c_buffer)
- tree.xmlCharEncCloseFunc(enchandler)
if writer is None:
python.PyEval_RestoreThread(state)
else:
More information about the lxml-checkins
mailing list