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, ricitron, ronaldoussoren
Date 2010-02-12.20:46:17
SpamBayes Score 1.8639118e-07
Marked as misclassified No
Message-id <1266007579.59.0.390918469329.issue7919@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I'm -1 on this:  outside Fortran, using 'E' for the exponent marker seems to be near universal.  It just doesn't seem worth adding the extra complication to the Python code, or going through all the various places that expect an 'e' (float literals in Python source, inputs to the float function, Decimal and Fraction inputs, complex numbers, etc.) and trying to decide whether 'd' should be supported there too.

Even in Fortran, isn't it normal to output floats and doubles using the 'E' format specifier?
History
Date User Action Args
2010-02-12 20:46:19mark.dickinsonsetrecipients: + mark.dickinson, ronaldoussoren, eric.smith, ricitron
2010-02-12 20:46:19mark.dickinsonsetmessageid: <1266007579.59.0.390918469329.issue7919@psf.upfronthosting.co.za>
2010-02-12 20:46:18mark.dickinsonlinkissue7919 messages
2010-02-12 20:46:17mark.dickinsoncreate