Message90470
It no longer works with objects created with buffer() either:
>>> hashlib.sha1(buffer("x")).hexdigest()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: object supporting the buffer API required |
|
Date |
User |
Action |
Args |
2009-07-13 07:45:36 | ivank | set | recipients:
+ ivank, loewis, gregory.p.smith, exarkun, pitrou |
2009-07-13 07:45:36 | ivank | set | messageid: <1247471136.04.0.973393666524.issue6071@psf.upfronthosting.co.za> |
2009-07-13 07:45:33 | ivank | link | issue6071 messages |
2009-07-13 07:45:33 | ivank | create | |
|