John Nagle wrote: > and when we get to > Unicode-only strings, "str" will never raise a conversion exception.
On *strings*, maybe, but objects can implement __str__ in arbitrary ways, so you can't say anything in general about what str() will do. -- Greg -- http://mail.python.org/mailman/listinfo/python-list