Message3082

Author pjenvey
Recipients mboersma, pjenvey, ukeshav
Date 2008-03-10.19:11:37
SpamBayes Score 0.07378733
Marked as misclassified No
Message-id <1205176298.05.0.0725114115826.issue1767742@psf.upfronthosting.co.za>
In-reply-to
Content
This should really throw a TypeError indicating the type of the param 
instead of hardcoding it to str. e.g.:

>>> array.array(None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: array() argument 1 must be char, not None
History
Date User Action Args
2008-03-10 19:11:38pjenveysetspambayes_score: 0.0737873 -> 0.07378733
recipients: + pjenvey, ukeshav, mboersma
2008-03-10 19:11:38pjenveysetspambayes_score: 0.0737873 -> 0.0737873
messageid: <1205176298.05.0.0725114115826.issue1767742@psf.upfronthosting.co.za>
2008-03-10 19:11:38pjenveylinkissue1767742 messages
2008-03-10 19:11:37pjenveycreate