[Python-3000] Droping find/rfind? (original) (raw)
Fredrik Lundh fredrik at pythonware.com
Fri Aug 25 12:06:43 CEST 2006
- Previous message: [Python-3000] Droping find/rfind?
- Next message: [Python-3000] Droping find/rfind?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ?
- Previous message: [Python-3000] Droping find/rfind?
- Next message: [Python-3000] Droping find/rfind?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]