On Fri, Mar 20, 2020 at 11:54 AM Dennis Sweeney <[email protected]> wrote: > This is a proposal to add two new methods, ``cutprefix`` and > ``cutsuffix``, to the APIs of Python's various string objects.
The names should use "start" and "end" instead of "prefix" and "suffix", to reduce the jargon factor and for consistency with startswith/endswith. -n -- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/R4ND2KANMLS74AVKHUJ5BI5JM5QW5IC2/ Code of Conduct: http://python.org/psf/codeofconduct/
