[New-bugs-announce] [issue7919] reading scientific notation using d instead of e on max osx

ricitron report at bugs.python.org
Fri Feb 12 19:47:37 CET 2010


New submission from ricitron <ricitron at mac.com>:

I would like to be able to read in data that uses scientific notation with a D instead of an E. This is possible on windows and other builds, but not on Mac OSX. 

example:
float('1.23D+04')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: invalid literal for float(): 1.23D+04

----------
assignee: ronaldoussoren
components: Macintosh
messages: 99281
nosy: ricitron, ronaldoussoren
severity: normal
status: open
title: reading scientific notation using d instead of e on max osx
type: feature request
versions: Python 2.5

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


More information about the New-bugs-announce mailing list