
March 21, 2020
1:17 p.m.
On Fri, 20 Mar 2020 20:49:12 -0000 "Dennis Sweeney" <sweeney.dennis650@gmail.com> wrote:
exactly same way (as a character set) in each case. Looking at how the argument is used, I'd argue that ``lstrip``/``rstrip``/``strip`` are much more similar to each other than they are to the proposed methods
Correct, but I don't like the word "cut" because it suggests that something is cut into pieces which can be used later separately. I'd propose to use "trim" instead of "cut" because it makes clear that something is cut off and discarded, and it is clearly different from "strip".