[Python-Dev] bytes / unicode

Antoine Pitrou solipsis at pitrou.net
Sun Jun 27 11:10:59 CEST 2010


On Sat, 26 Jun 2010 23:49:11 -0400
"P.J. Eby" <pje at telecommunity.com> wrote:
> 
> Remember, bytes and strings already have to detect mixed-type 
> operations.

Not in Python 3. They just raise a TypeError on bad
("mixed-type") arguments.

Regards

Antoine.




More information about the Python-Dev mailing list