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 facundobatista, gvanrossum, jyasskin, mark.dickinson
Date 2008-01-07.21:33:51
SpamBayes Score 0.25202227
Marked as misclassified No
Message-id <1199741632.71.0.350216146366.issue1623@psf.upfronthosting.co.za>
In-reply-to
Content
One minor point: Decimals are also created by the _dec_from_triple
function:  presumably that call to __new__ should also be changed to use
super?
History
Date User Action Args
2008-01-07 21:33:52mark.dickinsonsetspambayes_score: 0.252022 -> 0.25202227
recipients: + mark.dickinson, gvanrossum, facundobatista, jyasskin
2008-01-07 21:33:52mark.dickinsonsetspambayes_score: 0.252022 -> 0.252022
messageid: <1199741632.71.0.350216146366.issue1623@psf.upfronthosting.co.za>
2008-01-07 21:33:51mark.dickinsonlinkissue1623 messages
2008-01-07 21:33:51mark.dickinsoncreate