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

Barry Warsaw barry at python.org
Wed Aug 23 14:37:08 CEST 2006


I agree with Tim -- if we have to get rid of one of them, let's get
rid of index/rindex and keep find/rfind. Catching the exception is
much less convenient than testing for -1.

-Barry



More information about the Python-3000 mailing list