From: Lars Gustäbel Date: Sun, 24 Sep 2000 20:55:01 +0000 (+0000) Subject: Fixed another bug. X-Git-Tag: v2.0b2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a361f4f8bbcac72edcb387cd431c28f42252008;p=python Fixed another bug. --- diff --git a/Lib/xml/sax/expatreader.py b/Lib/xml/sax/expatreader.py index 1d93542af9..30d273bcd1 100644 --- a/Lib/xml/sax/expatreader.py +++ b/Lib/xml/sax/expatreader.py @@ -109,7 +109,6 @@ class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator): # self._parser.NotStandaloneHandler = self._parser.ExternalEntityRefHandler = self.external_entity_ref - self._parsing = 0 self._entity_stack = [] # Locator methods