This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ivank
Recipients exarkun, gregory.p.smith, ivank, loewis, pitrou
Date 2009-07-13.07:45:33
SpamBayes Score 4.02842e-05
Marked as misclassified No
Message-id <1247471136.04.0.973393666524.issue6071@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-07-13 07:45:36ivanksetrecipients: + ivank, loewis, gregory.p.smith, exarkun, pitrou
2009-07-13 07:45:36ivanksetmessageid: <1247471136.04.0.973393666524.issue6071@psf.upfronthosting.co.za>
2009-07-13 07:45:33ivanklinkissue6071 messages
2009-07-13 07:45:33ivankcreate