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 JBernardo, docs@python, mark.dickinson, vajrasky
Date 2013-12-09.12:04:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386590669.89.0.881694189595.issue19933@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks.  It's inaccurate to say that a float is returned in general, though:  for most builtin numeric types, what's returned has the same type as its input.  So rounding a Decimal to two places gives a Decimal on output, etc.  (That's already explained in the next paragraph.)
History
Date User Action Args
2013-12-09 12:04:29mark.dickinsonsetrecipients: + mark.dickinson, docs@python, JBernardo, vajrasky
2013-12-09 12:04:29mark.dickinsonsetmessageid: <1386590669.89.0.881694189595.issue19933@psf.upfronthosting.co.za>
2013-12-09 12:04:29mark.dickinsonlinkissue19933 messages
2013-12-09 12:04:29mark.dickinsoncreate