[issue7919] reading scientific notation using d instead of e on max osx

Mark Dickinson report at bugs.python.org
Fri Feb 12 20:55:09 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Out of curiosity, where are your data coming from?

For Python, this seems like a needless complication.  It should be simple enough to replace the 'D's with 'E's prior to passing the strings to float.

I notice that some varieties of Lisp and Scheme use 's', 'f', 'd', 'l' as the exponent marker for floats of different precisions (short, single, double, long double).  But Python only has one precision of float.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7919>
_______________________________________


More information about the Python-bugs-list mailing list