Message187984
| Author | serhiy.storchaka |
|---|---|
| Recipients | barry, ezio.melotti, kushal.das, ncoghlan, pitrou, serhiy.storchaka |
| Date | 2013-04-28.15:06:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1367161565.62.0.498059433568.issue17839@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch which allows bytes-like arguments in the base64 module. I just removed type checking if underlying function raises an exception with an appropriate message. I'm not sure about b32encode(), perhaps we can left an exception from memoryview(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-28 15:06:05 | serhiy.storchaka | set | recipients: + serhiy.storchaka, barry, ncoghlan, pitrou, ezio.melotti, kushal.das |
| 2013-04-28 15:06:05 | serhiy.storchaka | set | messageid: <1367161565.62.0.498059433568.issue17839@psf.upfronthosting.co.za> |
| 2013-04-28 15:06:05 | serhiy.storchaka | link | issue17839 messages |
| 2013-04-28 15:06:05 | serhiy.storchaka | create | |