On Mon, Apr 7, 2008 at 8:04 PM, Terry Reedy <[EMAIL PROTECTED]> wrote:
>  Should print() have an option to convert with repr instead of str?

I don't think so -- just write the repr() call. Or write

print(*map(repr, (a, b, c)))

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to