base64.b64encode(data)

Random832 random832 at fastmail.com
Mon Jun 13 21:19:32 EDT 2016


On Mon, Jun 13, 2016, at 19:12, Gregory Ewing wrote:
> They could maybe be made a bit cheaper still by arranging
> some way for a bytes object and an ascii-only str object
> to share underlying storage.

While we're at it, why not allow bytes to share storage with FSR latin-1
strings and the cached UTF-8 versions of strings?



More information about the Python-list mailing list