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 jstasiak
Recipients alexnvdias, georg.brandl, jstasiak, r.david.murray
Date 2013-09-01.23:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378078762.31.0.414825238045.issue18795@psf.upfronthosting.co.za>
In-reply-to
Content
I'd change cumulativepercall and totalpercall to cumpercall and percall (and/or intpercall) but that's a detail, this patch works for me.

Data structure affected by this patch is produced and consumed internally by the sort method so it looks like nothing changes from the point of view of client code.
History
Date User Action Args
2013-09-01 23:39:22jstasiaksetrecipients: + jstasiak, georg.brandl, r.david.murray, alexnvdias
2013-09-01 23:39:22jstasiaksetmessageid: <1378078762.31.0.414825238045.issue18795@psf.upfronthosting.co.za>
2013-09-01 23:39:22jstasiaklinkissue18795 messages
2013-09-01 23:39:22jstasiakcreate