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 gregory.p.smith
Recipients Hisham Muhammad, gregory.p.smith, martin.panter
Date 2015-11-16.05:11:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447650676.75.0.613516100702.issue23564@psf.upfronthosting.co.za>
In-reply-to
Content
heh, you're right.  it's a trivial obvious fix for the mistake in the existing implementation.  writing a test and committing.

the other option would be to get rid of the sanity check entirely or change it not to use the odd "require a sorted list" code.  but i like the sanity check and refactoring it to not require a sorted list within this code path would be complicated.
History
Date User Action Args
2015-11-16 05:11:16gregory.p.smithsetrecipients: + gregory.p.smith, martin.panter, Hisham Muhammad
2015-11-16 05:11:16gregory.p.smithsetmessageid: <1447650676.75.0.613516100702.issue23564@psf.upfronthosting.co.za>
2015-11-16 05:11:16gregory.p.smithlinkissue23564 messages
2015-11-16 05:11:16gregory.p.smithcreate