Guido van Rossum wrote: > Seems to be mass confusion all around. My proposal is: > > repr(int) == <class 'int'> > str(int) == 'int' > > repr(C) == <class '__main__.C'> > str(c) == '__main__.C'
Can I take a step back and ask why exactly we're considering doing this? In what use cases is the current result of str() considered too verbose? -- 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