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.