<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1"><br>
With the following code, I would expect a result of 5 !!<br>
<br>
>>> a= 'word1 word2 word3'<br>
>>> a.rfind(' ',7)<br>
11<br>
<br>
Is this a bug ?<br>
<br>
thanks,<br>
Stef<br>
<br>
</font>
</body>
</html>