Thomas Wouters wrote: > I don't see the value in str(['1', 1, '1, [1]', '1]', > '\n[1']) giving hard to understand output.
Random data point: Being forced to do some Ruby programming recently, I found that Ruby does in fact produce just this sort of ambiguous output when you print a list, and it's very annoying! I'm very happy that Python doesn't do this. -- Greg _______________________________________________ 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