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 MrJean1, duaneb, eric.smith, facundobatista, mark.dickinson, riq
Date 2009-05-13.10:01:46
SpamBayes Score 1.4260721e-08
Marked as misclassified No
Message-id <1242208909.02.0.548784113526.issue2813@psf.upfronthosting.co.za>
In-reply-to
Content
I also think it would be good to use PyOS_double_to_string here.  That
does make it impossible to format long doubles, though, except by doing
a possibly lossy conversion to double first.

As far as I can see, Python doesn't use long double anywhere outside the
ctypes module, so I'm not sure that long double support really matters
right now.
History
Date User Action Args
2009-05-13 10:01:49mark.dickinsonsetrecipients: + mark.dickinson, facundobatista, eric.smith, MrJean1, duaneb, riq
2009-05-13 10:01:49mark.dickinsonsetmessageid: <1242208909.02.0.548784113526.issue2813@psf.upfronthosting.co.za>
2009-05-13 10:01:47mark.dickinsonlinkissue2813 messages
2009-05-13 10:01:46mark.dickinsoncreate