Message265709
The following code fails with a ValueError (but I expect it to succeed):
>>> bytearray([128]).remove(128)
Tested with Python 2.7.11 and 3.5.1. Probably it's a case of comparing a char (signed byte) with an unsigned value. |
|
Date |
User |
Action |
Args |
2016-05-16 16:29:48 | Damien George | set | recipients:
+ Damien George |
2016-05-16 16:29:48 | Damien George | set | messageid: <1463416188.61.0.0822560128487.issue27039@psf.upfronthosting.co.za> |
2016-05-16 16:29:48 | Damien George | link | issue27039 messages |
2016-05-16 16:29:48 | Damien George | create | |
|