[Python-3000] base64 - bytes and strings

Guido van Rossum guido at python.org
Tue Jul 31 20:13:38 CEST 2007


On 7/30/07, Greg Ewing <greg.ewing at canterbury.ac.nz> wrote:
> Does this mean that Py3k text streams will accept byte arrays
> in their write() methods, and that byte arrays can be concatenated
> with unicode strings and otherwise used in any context expecting
> a text string, as long as all their elements are in the ASCII range?

No, that is not the intention (even if some of that may accidentally
be supported in the current pre-alpha branch).

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list