Steven D'Aprano <[email protected]> added the comment:

Serhiy is correct. Please see the documentation.

https://docs.python.org/3/library/stdtypes.html#str.strip

If you are using version 3.9 or better, you can use removeprefix instead:

https://docs.python.org/3/library/stdtypes.html#str.removeprefix

----------
nosy: +steven.daprano

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue45334>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to