[Lxml-checkins] r54490 - lxml/branch/lxml-2.0/src/lxml

scoder at codespeak.net scoder at codespeak.net
Tue May 6 20:39:56 CEST 2008


Author: scoder
Date: Tue May  6 20:39:56 2008
New Revision: 54490

Modified:
   lxml/branch/lxml-2.0/src/lxml/serializer.pxi
Log:
removed superfluous function call (bug 227259)

Modified: lxml/branch/lxml-2.0/src/lxml/serializer.pxi
==============================================================================
--- lxml/branch/lxml-2.0/src/lxml/serializer.pxi	(original)
+++ lxml/branch/lxml-2.0/src/lxml/serializer.pxi	Tue May  6 20:39:56 2008
@@ -360,7 +360,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