wtfpython
wtfpython copied to clipboard
The `rstrip` fucking behavior
'WKHS.US.TXT'.rstrip('.US.TXT') will return WKH rather than WKHS.
Nice one, devs often confuse rstrip to behave like removesuffix method