[Lxml-checkins] r48572 - lxml/trunk/src/lxml

scoder at codespeak.net scoder at codespeak.net
Sun Nov 11 16:31:01 CET 2007


Author: scoder
Date: Sun Nov 11 16:31:01 2007
New Revision: 48572

Modified:
   lxml/trunk/src/lxml/parser.pxi
Log:
cleanup

Modified: lxml/trunk/src/lxml/parser.pxi
==============================================================================
--- lxml/trunk/src/lxml/parser.pxi	(original)
+++ lxml/trunk/src/lxml/parser.pxi	Sun Nov 11 16:31:01 2007
@@ -648,9 +648,6 @@
                         c_ctxt, self._default_encoding_int)
         return c_ctxt
 
-    def __dealloc__(self):
-        pass
-
     property error_log:
         """The error log of the last parser run.
         """


More information about the lxml-checkins mailing list