Message138769
| Author | py.user |
|---|---|
| Recipients | py.user |
| Date | 2011-06-21.03:50:09 |
| SpamBayes Score | 5.3474184e-07 |
| Marked as misclassified | No |
| Message-id | <1308628210.93.0.613061897988.issue12380@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> bytearray(b'abc').rjust(10, b'*') bytearray(b'*******abc') >>> bytearray(b'abc').rjust(10, bytearray(b'*')) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: must be a byte string of length 1, not bytearray >>> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-21 03:50:10 | py.user | set | recipients: + py.user |
| 2011-06-21 03:50:10 | py.user | set | messageid: <1308628210.93.0.613061897988.issue12380@psf.upfronthosting.co.za> |
| 2011-06-21 03:50:10 | py.user | link | issue12380 messages |
| 2011-06-21 03:50:09 | py.user | create | |