Skip to content

Commit b296d6b

Browse files
authored
Revert https
1 parent 5f1f5a9 commit b296d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/xml/sax/expatreader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,4 +459,4 @@ def __getattr__(name):
459459
p = create_parser()
460460
p.setContentHandler(xml.sax.saxutils.XMLGenerator())
461461
p.setErrorHandler(xml.sax.ErrorHandler())
462-
p.parse("https://www.ibiblio.org/xml/examples/shakespeare/hamlet.xml")
462+
p.parse("http://www.ibiblio.org/xml/examples/shakespeare/hamlet.xml")

0 commit comments

Comments
 (0)