"MyHaz" wrote:
>>>> searched_string=""
>>>> print string.find(substring,searched_string)
> 0
>>>>
>
> why would this be? And when is someone going to fix it :P

>>> substring[0:0+len(searched_string)] == searched_string
True

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to