On 7/30/07, Greg Ewing <[EMAIL PROTECTED]> 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/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
