Can we just fix this? The lack of an obvious way to delete a prefix or suffix is a continual pain point for users of the language. We've just had yet another bug report from some poor user who misunderstood the lstrip method:
https://bugs.python.org/issue39880 More examples: https://bugs.python.org/issue37114 https://bugs.python.org/issue36410 https://bugs.python.org/issue32772 https://bugs.python.org/issue25979 https://stackoverflow.com/questions/4148974/is-this-a-bug-in-python-2-7 https://stackoverflow.com/questions/34544247/understanding-pythons-lstrip-method-on-strings Obviously there will be a month of bike-shedding arguments about the names *wink* but can we at least agree that this is a genuine source of confusion and a useful addition to the string API? -- Steven _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GRGAFIII3AX22K3N3KT7RB4DPBY3LPVG/ Code of Conduct: http://python.org/psf/codeofconduct/
