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 eaecc69 commit 59a0464Copy full SHA for 59a0464
1 file changed
Lib/test/test_hashlib.py
@@ -44,7 +44,7 @@ def hexstr(s):
44
return r
45
46
47
-URL = "https://raw.githubusercontent.com/tiran/python_vectors/master/{}.txt"
+URL = "http://www.pythontest.net/hashlib/{}.txt"
48
49
def read_vectors(hash_name):
50
with support.open_urlresource(URL.format(hash_name)) as f:
0 commit comments