Message 62340 - Python tracker (original) (raw)

Message62340

Author ncoghlan
Recipients facundobatista, gvanrossum, jyasskin, mark.dickinson, ncoghlan, rhettinger
Date 2008-02-12.22:39:41
SpamBayes Score 0.086634524
Marked as misclassified No
Message-id 1202855982.73.0.706346096977.issue1682@psf.upfronthosting.co.za
In-reply-to
Content
Thanks for adding the class methods back Mark. On the constructor front, we got a fair payoff in the early Decimal days just by reordering the type checks in the constructor. Other than that, I'd have to dig into the code a bit more to offer any useful suggestions.
History
Date User Action Args
2008-02-12 22:39:42 ncoghlan set spambayes_score: 0.0866345 -> 0.086634524recipients: + ncoghlan, gvanrossum, rhettinger, facundobatista, mark.dickinson, jyasskin
2008-02-12 22:39:42 ncoghlan set spambayes_score: 0.0866345 -> 0.0866345messageid: 1202855982.73.0.706346096977.issue1682@psf.upfronthosting.co.za
2008-02-12 22:39:42 ncoghlan link issue1682 messages
2008-02-12 22:39:41 ncoghlan create