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 rhettinger
Recipients mark.dickinson, rhettinger
Date 2010-03-28.23:12:17
SpamBayes Score 0.06591429
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Per discussion on python-dev, let Decimal(x) accept floats as a possible input, making Decimal.from_float unnecessary.

See attached patch.
History
Date User Action Args
2010-03-28 23:12:21rhettingersetrecipients: + rhettinger, mark.dickinson
2010-03-28 23:12:21rhettingersetmessageid: <[email protected]>
2010-03-28 23:12:19rhettingerlinkissue8257 messages
2010-03-28 23:12:19rhettingercreate