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 tim.peters
Recipients rhettinger, tim.peters
Date 2013-05-07.21:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367962909.14.0.120704416313.issue17930@psf.upfronthosting.co.za>
In-reply-to
Content
Oops!  Last part should read

"since the indices vector is non-decreasing, if indices[j] was n-2 then indices[j-1] is also at most n-2"

That is, the instances of "r-2" in the original should have been "n-2".
History
Date User Action Args
2013-05-07 21:41:49tim.peterssetrecipients: + tim.peters, rhettinger
2013-05-07 21:41:49tim.peterssetmessageid: <1367962909.14.0.120704416313.issue17930@psf.upfronthosting.co.za>
2013-05-07 21:41:49tim.peterslinkissue17930 messages
2013-05-07 21:41:49tim.peterscreate