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

The latter method causes a mental hiccup when first reading as removes-uffix, forcing mental backtracking to get to remove-suffix.

We had a similar problem with addinfourl initially being read as add-in-four-l before mentally backtracking to add-info-url.
History
Date User Action Args
2020-04-20 21:23:18rhettingersetrecipients: + rhettinger, gvanrossum, doerwalter, vstinner, eric.smith, steven.daprano, xtreak, Dennis Sweeney
2020-04-20 21:23:18rhettingersetmessageid: <1587417798.24.0.57268691125.issue39939@roundup.psfhosted.org>
2020-04-20 21:23:18rhettingerlinkissue39939 messages
2020-04-20 21:23:18rhettingercreate