Message 283584 - Python tracker
Message283584
| 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:53 | martin.panter | set | recipients: + martin.panter, vstinner, larry, serhiy.storchaka |
| 2016-12-19 05:39:53 | martin.panter | set | messageid: <1482125993.03.0.852578177605.issue20191@psf.upfronthosting.co.za> |
| 2016-12-19 05:39:53 | martin.panter | link | issue20191 messages |
| 2016-12-19 05:39:52 | martin.panter | create | |