Jesús Cea Avión <j...@jcea.es> added the comment: Python 2.7.2 (default, Jun 16 2011, 01:46:46) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> "hola".find("q") > 0 False >>> "hola".find("q") < 0 True
I don't see the problem. Please, send a complete testcase. ---------- nosy: +jcea _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12492> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com