Message198845
With issue 17839 fixed, the error from invoking the base64 codec through the method API is now substantially more sensible:
>>> b"ZXhhbXBsZQ==\n".decode("base64_codec")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: decoder did not return a str object (type=bytes) |
|
| Date |
User |
Action |
Args |
| 2013-10-02 15:08:16 | ncoghlan | set | recipients:
+ ncoghlan, lemburg, loewis, barry, georg.brandl, gregory.p.smith, jcea, cben, belopolsky, vstinner, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, ssbarnea, flox, petri.lehtinen, pconnell, isoschiz |
| 2013-10-02 15:08:16 | ncoghlan | set | messageid: <[email protected]> |
| 2013-10-02 15:08:16 | ncoghlan | link | issue7475 messages |
| 2013-10-02 15:08:16 | ncoghlan | create | |
|