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 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:40steven.dapranosetrecipients: + steven.daprano, gregory.p.smith, ncoghlan, larry, oscarbenjamin, wolma
2014-02-07 21:04:40steven.dapranosetmessageid: <1391807080.16.0.410663963863.issue20481@psf.upfronthosting.co.za>
2014-02-07 21:04:40steven.dapranolinkissue20481 messages
2014-02-07 21:04:39steven.dapranocreate