[issue45334] String Strip not working

Serhiy Storchaka report at bugs.python.org
Thu Sep 30 12:08:30 EDT 2021


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

It works as intended (please re-read the documentation carefully). It strips all characters specified in the argument. It strips characters "c" and "p" and stops before character "u" because "monitorScript_" contains "c" and "p", but not "u".

----------
nosy: +serhiy.storchaka
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list