Tim N. van der Leeuw wrote:

> In practice, the short-term fix would be to add a __str__ method to the
> 'reversed' object

so what should

    str(reversed(range(10)))

do ?

> and perhaps to all iterators too (so that trying to build a string from an
> iterator would do the obvious thing).

all iterators?  who's going to do that?

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to