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

Tim Peters tim_one@email.msn.com
Tue, 6 Aug 2002 23:31:04 -0400


    re1 in re2

should be True iff the language accepted by re1 is a subset of the language
accepted by re2.  In this case, it's OK to consider the empty language a
subset of all others, since nobody will be able to make head or tail out of
the code anyway.

flexible-to-a-fault-ly y'rs  - tim