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 georg.brandl
Recipients georg.brandl, jsostok
Date 2008-06-06.07:49:34
SpamBayes Score 0.17211801
Marked as misclassified No
Message-id <1212738575.46.0.675114945591.issue3047@psf.upfronthosting.co.za>
In-reply-to
Content
What did you expect? Quoting from the docs,

"""The chars argument is not a prefix; rather, all combinations of its
values are stripped:

>>> 'www.example.com'.lstrip('cmowz.')
'example.com'
"""
History
Date User Action Args
2008-06-06 07:49:35georg.brandlsetspambayes_score: 0.172118 -> 0.17211801
recipients: + georg.brandl, jsostok
2008-06-06 07:49:35georg.brandlsetspambayes_score: 0.172118 -> 0.172118
messageid: <1212738575.46.0.675114945591.issue3047@psf.upfronthosting.co.za>
2008-06-06 07:49:34georg.brandllinkissue3047 messages
2008-06-06 07:49:34georg.brandlcreate