[Python-3000] Droping find/rfind? (original) (raw)
Guido van Rossum guido at python.org
Wed Aug 23 03:32:39 CEST 2006
- Previous message: [Python-3000] [Python-Dev] What should the focus for 2.6 be?
- Next message: [Python-3000] Droping find/rfind?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At today's sprint, one of the volunteers completed a patch to rip out find() and rfind(), replacing all calls with index()/rindex(). But now I'm getting cold feet -- is this really a good idea? (It's been listed in PEP 3100 for a long time, but I haven't thought about it much, really.)
What do people think?
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] [Python-Dev] What should the focus for 2.6 be?
- Next message: [Python-3000] Droping find/rfind?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]