Unexpected scientific notation

Mark Dickinson dickinsm at gmail.com
Fri Jan 9 12:31:42 EST 2009


On Jan 9, 5:16 pm, Paul McNett <p... at ulmcnett.com> wrote:
> Thank you for the insight. I believe the problem is with my use of normalize(), but I
> still can't figure out why I can't reproduce the issue in my running app.

Me neither.  In particular, I can't see how it could this output could
come out
of a locale.format call.  Is it possible that your user is somehow
seeing a
direct str() or "%s" of a Decimal instance, rather than something
that's been
through a format method?

Mark




More information about the Python-list mailing list