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 jsostok
Recipients georg.brandl, jsostok
Date 2008-06-06.08:11:11
SpamBayes Score 0.020903986
Marked as misclassified No
Message-id <1212739872.46.0.0656230798726.issue3047@psf.upfronthosting.co.za>
In-reply-to
Content
print '_element_no_of_hsscch'.lstrip.__doc__
S.lstrip([chars]) -> string or unicode

Return a copy of the string S with leading whitespace removed.
If chars is given and not None, remove characters in chars instead.
If chars is unicode, S will be converted to unicode before stripping

Ok, I didn't understand it correctly, because i red only __doc__ from
which is not the functionality clear. I found a workaround for it...

Let's leave it closed.
History
Date User Action Args
2008-06-06 08:11:12jsostoksetspambayes_score: 0.020904 -> 0.020903986
recipients: + jsostok, georg.brandl
2008-06-06 08:11:12jsostoksetspambayes_score: 0.020904 -> 0.020904
messageid: <1212739872.46.0.0656230798726.issue3047@psf.upfronthosting.co.za>
2008-06-06 08:11:11jsostoklinkissue3047 messages
2008-06-06 08:11:11jsostokcreate