This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients dwjang, ezio.melotti
Date 2009-03-08.05:32:06
SpamBayes Score 0.0018013947
Marked as misclassified No
Message-id <1236490332.01.0.0488055168547.issue5439@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/library/string.html#string.strip

string.strip(s[, chars])

    Return a copy of the string with leading and trailing characters
removed. If chars is omitted or None, whitespace characters are removed.
If given and not None, chars must be a string; the characters in the
string **will be stripped from the both ends** of the string this method
is called on.
History
Date User Action Args
2009-03-08 05:32:12ezio.melottisetrecipients: + ezio.melotti, dwjang
2009-03-08 05:32:12ezio.melottisetmessageid: <1236490332.01.0.0488055168547.issue5439@psf.upfronthosting.co.za>
2009-03-08 05:32:10ezio.melottilinkissue5439 messages
2009-03-08 05:32:08ezio.melotticreate