Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59a0464

Browse files
committed
Download hashlib test vectors from pythontest.net
1 parent eaecc69 commit 59a0464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_hashlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def hexstr(s):
4444
return r
4545

4646

47-
URL = "https://raw.githubusercontent.com/tiran/python_vectors/master/{}.txt"
47+
URL = "http://www.pythontest.net/hashlib/{}.txt"
4848

4949
def read_vectors(hash_name):
5050
with support.open_urlresource(URL.format(hash_name)) as f:

0 commit comments

Comments
 (0)