Message 62898 - Python tracker (original) (raw)

Message62898

Author zanella
Recipients josm, rhettinger, robertwb, zanella
Date 2008-02-24.13:19:41
SpamBayes Score 0.3503285
Marked as misclassified No
Message-id 1203859182.6.0.247634911556.issue1533@psf.upfronthosting.co.za
In-reply-to
Content
According to the documentation (http://docs.python.org/dev/library/functions.html) "The arguments must be plain integers", so I think the wrong thing here is to run the object's __int__() under the range()'s hood. I think the right thing to do would be to explicitly invoke int() on passing an non-int argument as parameter.
History
Date User Action Args
2008-02-24 13:19:43 zanella set spambayes_score: 0.350329 -> 0.3503285recipients: + zanella, rhettinger, josm, robertwb
2008-02-24 13:19:42 zanella set spambayes_score: 0.350329 -> 0.350329messageid: 1203859182.6.0.247634911556.issue1533@psf.upfronthosting.co.za
2008-02-24 13:19:42 zanella link issue1533 messages
2008-02-24 13:19:41 zanella create