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 martin.panter
Recipients larry, martin.panter, serhiy.storchaka, vstinner
Date 2016-12-19.05:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482125993.03.0.852578177605.issue20191@psf.upfronthosting.co.za>
In-reply-to
Content
Patch looks good to me. Although maybe you don’t need the IndexError check in the test. Won’t limit[key] already handle that for you (as long as key isn’t -1 etc).
History
Date User Action Args
2016-12-19 05:39:53martin.pantersetrecipients: + martin.panter, vstinner, larry, serhiy.storchaka
2016-12-19 05:39:53martin.pantersetmessageid: <1482125993.03.0.852578177605.issue20191@psf.upfronthosting.co.za>
2016-12-19 05:39:53martin.panterlinkissue20191 messages
2016-12-19 05:39:52martin.pantercreate