[Python-3000] Recursive str (was: Types and classes)
Oleg Broytmann
phd at phd.pp.ru
Wed Apr 9 18:30:38 CEST 2008
On Wed, Apr 09, 2008 at 09:20:56AM -0700, Guido van Rossum wrote:
> We
> already have repr() if you want unambiguous output; str() is for
> pretty output.
BTW, does Python 3000 fix the problem that str(container) calls repr()
instead of str() for elements in the container?
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-3000
mailing list