Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1dc15 commit 2aa93efCopy full SHA for 2aa93ef
1 file changed
Lib/xml/sax/expatreader.py
@@ -196,7 +196,6 @@ def external_entity_ref(self, context, base, sysid, pubid):
196
197
try:
198
xmlreader.IncrementalParser.parse(self, source)
199
- self._parser.Parse("",1)
200
except:
201
return 0 # FIXME: save error info here?
202
0 commit comments