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 loewis
Recipients amaury.forgeotdarc, eric.smith, jackdied, loewis
Date 2009-07-06.20:57:59
SpamBayes Score 9.2440805e-06
Marked as misclassified No
Message-id <1246913880.52.0.205477687329.issue6427@psf.upfronthosting.co.za>
In-reply-to
Content
As Amaury explains, it's called float because it *is* a floating point
type. 

It is not a double type, as it is not two types, but only a single one
:-) In 2.x, the "int" type was also represented with a C long, yet the
type called "long" was not represented with longs but with shorts.
History
Date User Action Args
2009-07-06 20:58:00loewissetrecipients: + loewis, amaury.forgeotdarc, jackdied, eric.smith
2009-07-06 20:58:00loewissetmessageid: <1246913880.52.0.205477687329.issue6427@psf.upfronthosting.co.za>
2009-07-06 20:57:59loewislinkissue6427 messages
2009-07-06 20:57:59loewiscreate