Message129989
| Author | eli.bendersky |
|---|---|
| Recipients | eli.bendersky, georg.brandl, ncoghlan, rhettinger, terry.reedy |
| Date | 2011-03-03.18:29:02 |
| SpamBayes Score | 0.0248343 |
| Marked as misclassified | No |
| Message-id | <1299176943.63.0.780548363822.issue11386@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
bytearray.pop() currently throws OverflowError when popping an empty bytearray, instead of IndexError. See Issue #10516 for reference discussion. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-03-03 18:29:03 | eli.bendersky | set | recipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, ncoghlan |
| 2011-03-03 18:29:03 | eli.bendersky | set | messageid: <1299176943.63.0.780548363822.issue11386@psf.upfronthosting.co.za> |
| 2011-03-03 18:29:03 | eli.bendersky | link | issue11386 messages |
| 2011-03-03 18:29:02 | eli.bendersky | create | |