[issue14240] lstrip problem

Amaury Forgeot d'Arc report at bugs.python.org
Fri Mar 9 13:06:03 CET 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This is expected behavior: http://docs.python.org/library/stdtypes.html#str.lstrip
"""The chars argument is not a prefix; rather, all combinations of its values are stripped"""

----------
nosy: +amaury.forgeotdarc
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14240>
_______________________________________


More information about the Python-bugs-list mailing list