Message187984
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(). |
|
| 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: <[email protected]> |
| 2013-04-28 15:06:05 | serhiy.storchaka | link | issue17839 messages |
| 2013-04-28 15:06:05 | serhiy.storchaka | create | |
|