Nick Maclaren wrote:

> I think that you should.

Big words.

> Where does it say that tuple's __str__ is the same as its
> __repr__? 

Where does it say that a tuple's __str__ does not call its contents'
__repr__?

> The obvious interpretation of the documentation is that a sequence
> type's __str__ would call __str__ on each sub-object,

Where do you read that? BTW, that makes absolutely no sense to me.
Also, lists of Strings would quickly get messed up when displaying
them using __str__.

Regards,


Björn

-- 
BOFH excuse #359:

YOU HAVE AN I/O ERROR -> Incompetent Operator error

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

Reply via email to