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 facundobatista, gvanrossum, jyasskin, mark.dickinson, rhettinger
Date 2008-01-10.02:01:11
SpamBayes Score 0.059029937
Marked as misclassified No
Message-id <1199930473.97.0.416024191265.issue1682@psf.upfronthosting.co.za>
In-reply-to
Content
One other thought, the Decimal and Rational constructors can be made to
talk to each other via a magic method so that neither has to import the
other (somewhat like we do now with __int__ and __float__).
History
Date User Action Args
2008-01-10 02:01:15rhettingersetspambayes_score: 0.0590299 -> 0.059029937
recipients: + rhettinger, gvanrossum, facundobatista, mark.dickinson, jyasskin
2008-01-10 02:01:13rhettingersetspambayes_score: 0.0590299 -> 0.0590299
messageid: <1199930473.97.0.416024191265.issue1682@psf.upfronthosting.co.za>
2008-01-10 02:01:12rhettingerlinkissue1682 messages
2008-01-10 02:01:11rhettingercreate