What is rstrip() in python?

Joel Goldstick joel.goldstick at gmail.com
Sun Nov 9 14:16:23 EST 2014


On Sun, Nov 9, 2014 at 12:46 PM, Terry Reedy <tjreedy at udel.edu> wrote:
> On 11/9/2014 6:11 AM, satishmlmlml at gmail.com wrote:
>>
>> What is rstrip() in python?

google on 'rstrip python' gets this at first link:
https://docs.python.org/2/library/stdtypes.html#str.rstrip

google is your friend.
>
>
> The manuals have a rather complete index.  If 'rstrip' is missing from the
> index, let us know so we can fix it.
>
> --
> Terry Jan Reedy
>
> --
> https://mail.python.org/mailman/listinfo/python-list



-- 
Joel Goldstick
http://joelgoldstick.com



More information about the Python-list mailing list