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 larry
Recipients larry, serhiy.storchaka
Date 2014-01-16.07:24:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389857055.91.0.367043801948.issue20133@psf.upfronthosting.co.za>
In-reply-to
Content
I don't understand.  Python already has "double" which is float64.  Why would Python need a second floating-point type which isn't as good?

In any case, if somehow you get float32 in, we could just change the return converters then.  So I would still prefer float return converters for now.
History
Date User Action Args
2014-01-16 07:24:15larrysetrecipients: + larry, serhiy.storchaka
2014-01-16 07:24:15larrysetmessageid: <1389857055.91.0.367043801948.issue20133@psf.upfronthosting.co.za>
2014-01-16 07:24:15larrylinkissue20133 messages
2014-01-16 07:24:15larrycreate