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 mark.dickinson, ragreddy, rhettinger, serhiy.storchaka
Date 2016-04-13.11:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460547346.23.0.384120386927.issue26743@psf.upfronthosting.co.za>
In-reply-to
Content
The output of `struct.pack('<d', 2.0)` would also be worth knowing about. I'm wondering whether there's some kind of endianness issue going on in the float-to-string conversions.
History
Date User Action Args
2016-04-13 11:35:46mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, serhiy.storchaka, ragreddy
2016-04-13 11:35:46mark.dickinsonsetmessageid: <1460547346.23.0.384120386927.issue26743@psf.upfronthosting.co.za>
2016-04-13 11:35:46mark.dickinsonlinkissue26743 messages
2016-04-13 11:35:46mark.dickinsoncreate