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 py.user
Recipients docs@python, py.user
Date 2012-01-21.04:17:08
SpamBayes Score 0.02027633
Marked as misclassified No
Message-id <1327119429.45.0.897722607985.issue13834@psf.upfronthosting.co.za>
In-reply-to
Content
help(bytes.strip):

strip(...)
    B.strip([bytes]) -> bytes
    
    Strip leading and trailing bytes contained in the argument.
    If the argument is omitted, strip trailing ASCII whitespace.
History
Date User Action Args
2012-01-21 04:17:09py.usersetrecipients: + py.user, docs@python
2012-01-21 04:17:09py.usersetmessageid: <1327119429.45.0.897722607985.issue13834@psf.upfronthosting.co.za>
2012-01-21 04:17:08py.userlinkissue13834 messages
2012-01-21 04:17:08py.usercreate