R. David Murray <rdmur...@bitdance.com> added the comment:

Ah, perhaps you *meant* you are calling rfind on a string, rather than calling 
rfind on the 'string' module as I imagined.

So, we definitely need more details about how you are producing this failure 
and what the traceback looks like.  'abc'.rfind('a') works fine for me, and 
works fine on Windows in our unit tests.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14145>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to