On Sat, Mar 14, 2015, at 18:09, Cameron Simpson wrote:
> >So there's still something amiss.
> 
> Am I missing something obvious here? int() likes only ints, not floats:

What you're missing is that when directly examined in pdb, the value
appeared to be '4', but then when passed to the int constructor, it
appeared to be '41.700000000000003'. Something seriously messed-up is
going on.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to