[issue37114] lstrip remove extra characters in the presence of a matching number

Christian Heimes report at bugs.python.org
Fri May 31 08:43:05 EDT 2019


Christian Heimes <lists at cheimes.de> added the comment:

It's not a bug. strip() does not work like you think. Please read the documentation https://docs.python.org/3/library/stdtypes.html?highlight=strip#str.strip

----------
nosy: +christian.heimes
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37114>
_______________________________________


More information about the Python-bugs-list mailing list