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 5f1f5a9 commit b296d6bCopy full SHA for b296d6b
Lib/xml/sax/expatreader.py
@@ -459,4 +459,4 @@ def __getattr__(name):
459
p = create_parser()
460
p.setContentHandler(xml.sax.saxutils.XMLGenerator())
461
p.setErrorHandler(xml.sax.ErrorHandler())
462
- p.parse("https://www.ibiblio.org/xml/examples/shakespeare/hamlet.xml")
+ p.parse("http://www.ibiblio.org/xml/examples/shakespeare/hamlet.xml")
0 commit comments