Blake Winton wrote:

Seriously, I can write:
 >>> print 1, "1", Decimal("1")
and get as my output:
1 1 1

Yes, but you've explicitly told it to print that,
so presumably it's what you want in that case.

Equally, you need to be explicit about how you want
a list printed.

--
Greg
_______________________________________________
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

Reply via email to