On Sat, 26 Jun 2010 23:49:11 -0400
"P.J. Eby" <p...@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.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to