Message187760
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan |
| Date | 2013-04-25.07:32:34 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1366875154.79.0.0782227735295.issue17839@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The base64 module is currently restricted specifically to bytes and bytearray objects. By using memoryview, it could effectively decode any input type that provides an 8-bit C contiguous view of the underlying data. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-25 07:32:34 | ncoghlan | set | recipients: + ncoghlan |
| 2013-04-25 07:32:34 | ncoghlan | set | messageid: <1366875154.79.0.0782227735295.issue17839@psf.upfronthosting.co.za> |
| 2013-04-25 07:32:34 | ncoghlan | link | issue17839 messages |
| 2013-04-25 07:32:34 | ncoghlan | create | |