from random import random from hashlib import sha1 s = sha1(random()).hexdigest()
TypeError: object supporting the buffer API required, How does sha1 work in python3.0 please ? -- http://mail.python.org/mailman/listinfo/python-list
from random import random from hashlib import sha1 s = sha1(random()).hexdigest()
TypeError: object supporting the buffer API required, How does sha1 work in python3.0 please ? -- http://mail.python.org/mailman/listinfo/python-list