[Python-Dev] Re: string.find() again (was Re: timsort for jython)

Barry A. Warsaw barry@python.org
Thu, 8 Aug 2002 20:54:51 -0400


>>>>> "KY" == Ka-Ping Yee <python-dev@zesty.ca> writes:

    KY> That's fine.  But what i'm trying to say is there's a
    KY> migration issue: this decision is a significant change from
    KY> current behaviour, and it worries me that we would let this
    KY> change pass silently without any grace period.

from __future__ import str_in_str

?
-Barry