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 mark.dickinson, rhettinger, steven.daprano
Date 2009-01-04.11:31:55
SpamBayes Score 3.8349695e-05
Marked as misclassified No
Message-id <1231068717.34.0.446309042013.issue4796@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond,

Do you think it would be worth replacing the two uses of
conditional expressions in Decimal.from_float with if-else
statements?

Alex Goretoy pointed out (on c.l.p) that the trunk version of
decimal.py can no longer be imported into Python 2.4 (and 2.3).
I don't know how much this matters, but it seems to go against
the comments about 2.3 compatibility at the top of decimal.py.
I admit that I don't really understand the motivation for these
comments, or whether they're still relevant 4 versions on
from Python 2.3.

Of course, from_float still won't work with earlier versions
of Python, but having one Decimal method unavailable seems
like a lesser crime than making 'import decimal' fail.
History
Date User Action Args
2009-01-04 11:31:57mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, steven.daprano
2009-01-04 11:31:57mark.dickinsonsetmessageid: <1231068717.34.0.446309042013.issue4796@psf.upfronthosting.co.za>
2009-01-04 11:31:56mark.dickinsonlinkissue4796 messages
2009-01-04 11:31:55mark.dickinsoncreate