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 jyasskin
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-01-18.04:05:50
SpamBayes Score 0.027837923
Marked as misclassified No
Message-id <1200629152.67.0.896753812277.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch that adds construction from strings (Guido favored them)
and .from_decimal(), changes __init__ to __new__ to enforce
immutability, and removes "rational." from repr and the parens from str.
I don't expect this to be contentious, so I'll commit it tomorrow unless
I hear objections.
History
Date User Action Args
2008-01-18 04:05:53jyasskinsetspambayes_score: 0.0278379 -> 0.027837923
recipients: + jyasskin, gvanrossum, rhettinger, facundobatista, mark.dickinson
2008-01-18 04:05:52jyasskinsetspambayes_score: 0.0278379 -> 0.0278379
messageid: <1200629152.67.0.896753812277.issue1682@psf.upfronthosting.co.za>
2008-01-18 04:05:51jyasskinlinkissue1682 messages
2008-01-18 04:05:50jyasskincreate