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 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:43zanellasetspambayes_score: 0.350329 -> 0.3503285
recipients: + zanella, rhettinger, josm, robertwb
2008-02-24 13:19:42zanellasetspambayes_score: 0.350329 -> 0.350329
messageid: <1203859182.6.0.247634911556.issue1533@psf.upfronthosting.co.za>
2008-02-24 13:19:42zanellalinkissue1533 messages
2008-02-24 13:19:41zanellacreate