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 | dripton |
|---|---|
| Recipients | dripton |
| Date | 2007年09月06日.10:54:57 |
| SpamBayes Score | 0.1306211 |
| Marked as misclassified | No |
| Message-id | <1189076097.81.0.41385534405.issue1118@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The hashlib module seems not to work at all:
$ python3.0
Python 3.0a1 (py3k, Sep 5 2007, 08:17:11)
[GCC 4.1.2 (Gentoo 4.1.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import hashlib
>>> m = hashlib.md5()
>>> m.update("Nobody inspects")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: object supporting the buffer API required
(Same error with hashlib.sha1(), etc.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007年09月06日 10:54:58 | dripton | set | spambayes_score: 0.130621 -> 0.1306211 recipients: + dripton |
| 2007年09月06日 10:54:57 | dripton | set | spambayes_score: 0.130621 -> 0.130621 messageid: <1189076097.81.0.41385534405.issue1118@psf.upfronthosting.co.za> |
| 2007年09月06日 10:54:57 | dripton | link | issue1118 messages |
| 2007年09月06日 10:54:57 | dripton | create | |