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 Robert.Withrow, TD22057, loewis, mark.dickinson, vstinner
Date 2011-03-17.08:05:29
SpamBayes Score 3.3192162e-05
Marked as misclassified No
Message-id <1300349131.03.0.183163446358.issue4114@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this needs to be documented beyond the limitations of floating-point that are already documented in the tutorial.  It's the obvious behaviour:  double to float (when packing) converts to the nearest float;  the float to double conversion is exact.
History
Date User Action Args
2011-03-17 08:05:31mark.dickinsonsetrecipients: + mark.dickinson, loewis, vstinner, TD22057, Robert.Withrow
2011-03-17 08:05:31mark.dickinsonsetmessageid: <1300349131.03.0.183163446358.issue4114@psf.upfronthosting.co.za>
2011-03-17 08:05:29mark.dickinsonlinkissue4114 messages
2011-03-17 08:05:29mark.dickinsoncreate