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 landry, mark.dickinson, rpointel, vstinner
Date 2011-07-21.12:57:29
SpamBayes Score 0.0063003167
Marked as misclassified No
Message-id <1311253050.39.0.692240757903.issue12589@psf.upfronthosting.co.za>
In-reply-to
Content
The result of:

struct.pack("d", float("inf"))

would also be interesting.  I'd expect to see:

'\x7f\xf0\x00\x00\x00\x00\x00\x00'
History
Date User Action Args
2011-07-21 12:57:30mark.dickinsonsetrecipients: + mark.dickinson, vstinner, rpointel, landry
2011-07-21 12:57:30mark.dickinsonsetmessageid: <1311253050.39.0.692240757903.issue12589@psf.upfronthosting.co.za>
2011-07-21 12:57:29mark.dickinsonlinkissue12589 messages
2011-07-21 12:57:29mark.dickinsoncreate