Message 68851 - Python tracker (original) (raw)
Message68851
Author | mark.dickinson |
---|---|
Recipients | facundobatista, gvanrossum, jyasskin, mark.dickinson, ncoghlan, rhettinger |
Date | 2008-06-27.20:36:19 |
SpamBayes Score | 0.013184784 |
Marked as misclassified | No |
Message-id | 1214598980.98.0.893113944916.issue1682@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
> I agree that if the type of the 2nd arg isn't int or long it should be > rejected. That should not slow down the common path (two ints). Sounds good. Some care might be needed to avoid invalidating Fraction(n, d) where n and d are instances of numbers.Integral but not of type int or long. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2008-06-27 20:36:21 | mark.dickinson | set | spambayes_score: 0.0131848 -> 0.013184784recipients: + mark.dickinson, gvanrossum, rhettinger, facundobatista, ncoghlan, jyasskin |
2008-06-27 20:36:21 | mark.dickinson | set | spambayes_score: 0.0131848 -> 0.0131848messageid: 1214598980.98.0.893113944916.issue1682@psf.upfronthosting.co.za |
2008-06-27 20:36:20 | mark.dickinson | link | issue1682 messages |
2008-06-27 20:36:20 | mark.dickinson | create |