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 mark.dickinson
Recipients eric.smith, mark.dickinson, seperman, skrah, xtreak
Date 2019-04-14.08:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555230746.4.0.312254891112.issue36622@roundup.psfhosted.org>
In-reply-to
Content
FWIW, here's where that "at least two digits" is encoded in the CPython source: https://github.com/python/cpython/blob/bf94cc7b496a379e1f604aa2e4080bb70ca4020e/Python/pystrtod.c#L1227

*If* we wanted to, it would be an easy change to get rid of the extra leading exponent zeros.
History
Date User Action Args
2019-04-14 08:32:26mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, skrah, xtreak, seperman
2019-04-14 08:32:26mark.dickinsonsetmessageid: <1555230746.4.0.312254891112.issue36622@roundup.psfhosted.org>
2019-04-14 08:32:26mark.dickinsonlinkissue36622 messages
2019-04-14 08:32:26mark.dickinsoncreate