[IPython-dev] IPython, Python 3.x, pyout, data

Dino Viehland dinov at microsoft.com
Mon Mar 11 17:37:36 EDT 2013


Min wrote:
 
> JSON doesn't support binary data, so all binary data is b64-encoded.
 
Right, but on Python 3k the base64 module accepts and returns bytes, not strings, so shouldn’t it be a bytes object when it’s b64 encoded on Python 3?


 



More information about the IPython-dev mailing list