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 benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, rbp, rhettinger, zanella
Date 2008-02-23.19:56:58
SpamBayes Score 0.03111722
Marked as misclassified No
Message-id <1203796619.44.0.037766114403.issue2149@psf.upfronthosting.co.za>
In-reply-to
Content
> The only "possible" problem I'm able to see is someone passing an object
wich has __int__() and expecting it to be used.
They should be explicit and say Queue(int(object_with__int__)).
History
Date User Action Args
2008-02-23 19:56:59benjamin.petersonsetspambayes_score: 0.0311172 -> 0.03111722
recipients: + benjamin.peterson, rhettinger, amaury.forgeotdarc, zanella, rbp
2008-02-23 19:56:59benjamin.petersonsetspambayes_score: 0.0311172 -> 0.0311172
messageid: <1203796619.44.0.037766114403.issue2149@psf.upfronthosting.co.za>
2008-02-23 19:56:58benjamin.petersonlinkissue2149 messages
2008-02-23 19:56:58benjamin.petersoncreate