[Python-3000] Droping find/rfind? (original) (raw)

Fredrik Lundh fredrik at pythonware.com
Fri Aug 25 12:06:43 CEST 2006


Nick Coghlan wrote:

Nick Coghlan wrote:

With a variety of "view types", that work like the corresponding builtin type, but reference the original data structure instead of creating copies support for string views would require some serious interpreter surgery, though, and probably break quite a few extensions... Why do you say that?

because I happen to know a lot about how Python's string types are implemented ?

make a view of it

so to make a view of a string, you make a view of it ?



More information about the Python-3000 mailing list