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 pmpp
Recipients davidghiurco, pmpp
Date 2018-04-26.02:55:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524711351.69.0.682650639539.issue33362@psf.upfronthosting.co.za>
In-reply-to
Content
lstrip(chars=None, /) method of builtins.str instance
    Return a copy of the string with leading whitespace removed.
    
    If chars is given and not None, remove characters in chars instead.


all L D A / single chars get removed, while there is *any* of them of the left.
not the "LDA/" block as you probably expected
History
Date User Action Args
2018-04-26 02:55:51pmppsetrecipients: + pmpp, davidghiurco
2018-04-26 02:55:51pmppsetmessageid: <1524711351.69.0.682650639539.issue33362@psf.upfronthosting.co.za>
2018-04-26 02:55:51pmpplinkissue33362 messages
2018-04-26 02:55:51pmppcreate