[Python-3000] Making more effective use of slice objects in Py3k (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Aug 30 03:44:57 CEST 2006


Josiah Carlson wrote:

This is changing return types based on variable type,

How do you make that out? It seems the opposite to me -- Guido is saying that the return type of s+t should not depend on whether s or t happens to be a view rather than a real string.

-- Greg



More information about the Python-3000 mailing list