This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Dennis Sweeney, doerwalter, eric.smith, gvanrossum, rhettinger, steven.daprano, vstinner, xtreak
Date 2020-04-20.21:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587418792.55.0.0777564022878.issue39939@roundup.psfhosted.org>
In-reply-to
Content
> Please add an underscore to the names:  remove_prefix(). and remove_suffix().

The PEP 616 was approved with removeprefix() and removesuffix() names. The rationale for the names can be even found in the PEP:
https://www.python.org/dev/peps/pep-0616/#alternative-method-names
History
Date User Action Args
2020-04-20 21:39:52vstinnersetrecipients: + vstinner, gvanrossum, doerwalter, rhettinger, eric.smith, steven.daprano, xtreak, Dennis Sweeney
2020-04-20 21:39:52vstinnersetmessageid: <1587418792.55.0.0777564022878.issue39939@roundup.psfhosted.org>
2020-04-20 21:39:52vstinnerlinkissue39939 messages
2020-04-20 21:39:52vstinnercreate