string.lstrip stripping too much?

Terry Reedy tjreedy at udel.edu
Sun May 15 14:58:58 EDT 2005


> why does lstrip strip the D of Daniel Lanois also?

Because it does just what the Lib Ref doc on str.lstrip says that it does.
>>>help(str.lstrip) # should also explain

Terry J. Reedy






More information about the Python-list mailing list