Message210557
| Author | steven.daprano |
|---|---|
| Recipients | gregory.p.smith, larry, ncoghlan, oscarbenjamin, steven.daprano, wolma |
| Date | 2014-02-07.21:04:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1391807080.16.0.410663963863.issue20481@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached is a patch which: - documents that mixed types are not currently supported; - changes the behaviour of _sum to raise TypeError on mixed input types (mixing int and <other> is allowed, but nothing else); - updates the tests; - adds some documentation changes for issue 20389. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-02-07 21:04:40 | steven.daprano | set | recipients: + steven.daprano, gregory.p.smith, ncoghlan, larry, oscarbenjamin, wolma |
| 2014-02-07 21:04:40 | steven.daprano | set | messageid: <1391807080.16.0.410663963863.issue20481@psf.upfronthosting.co.za> |
| 2014-02-07 21:04:40 | steven.daprano | link | issue20481 messages |
| 2014-02-07 21:04:39 | steven.daprano | create | |