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 bob.ippolito
Recipients anders.rundgren.net@gmail.com, bob.ippolito, ethan.furman, rhettinger
Date 2014-12-29.07:31:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419838266.53.0.211340402583.issue23123@psf.upfronthosting.co.za>
In-reply-to
Content
I'm sure there's some hack that would allow you to preserve the input. I would try using parse_float and have it return some object that preserves the string and will be output in precisely the same way. It may need to be a Decimal subclass. I'm traveling for the next few weeks so I won't have much of a chance to investigate myself.
History
Date User Action Args
2014-12-29 07:31:06bob.ippolitosetrecipients: + bob.ippolito, rhettinger, ethan.furman, anders.rundgren.net@gmail.com
2014-12-29 07:31:06bob.ippolitosetmessageid: <1419838266.53.0.211340402583.issue23123@psf.upfronthosting.co.za>
2014-12-29 07:31:06bob.ippolitolinkissue23123 messages
2014-12-29 07:31:05bob.ippolitocreate