wtfpython icon indicating copy to clipboard operation
wtfpython copied to clipboard

The `rstrip` fucking behavior

Open GF-Huang opened this issue 4 years ago • 1 comments

'WKHS.US.TXT'.rstrip('.US.TXT') will return WKH rather than WKHS.

GF-Huang avatar Feb 24 '21 10:02 GF-Huang

Nice one, devs often confuse rstrip to behave like removesuffix method

satwikkansal avatar Feb 25 '21 07:02 satwikkansal