Martin v. Löwis napisał(a):
> > How can convert string from sha1.hexdigest() to string that is the
> > same, like from sha1.digest()
>
> Use binascii.unhexlify.
>
> HTH,
> Martin

Or hexdigest_string.decode('hex')
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to