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 pablogsal
Recipients jessehostetler, pablogsal
Date 2018-09-25.23:34:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537918465.68.0.545547206417.issue34803@psf.upfronthosting.co.za>
In-reply-to
Content
The conversion fails because is trying to convert a string, not a float:

>>> int("1e3")
*** ValueError: invalid literal for int() with base 10: '1e3'
History
Date User Action Args
2018-09-25 23:34:25pablogsalsetrecipients: + pablogsal, jessehostetler
2018-09-25 23:34:25pablogsalsetmessageid: <1537918465.68.0.545547206417.issue34803@psf.upfronthosting.co.za>
2018-09-25 23:34:25pablogsallinkissue34803 messages
2018-09-25 23:34:25pablogsalcreate