[Python-3000] Iterators for dict keys, values, and items == annoying :)
Guido van Rossum
guido at python.org
Fri Mar 31 07:56:24 CEST 2006
> Adam DePrince wrote:
> > No reason we can't make other string operations views as well ...
> > concatenation is one example. If I recall, that's how snobol handles
> > strings, view upon view upon view.
But that's irrelevant for immutable strings -- views are about
semantic links, not implementation.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list