Chris Angelico writes: > +1, although it's debatable whether it should be remove suffix or > remove all. I'd be happy with either.
If by "remove all" you mean "efefef" - "ef" == "", I think that's a footgun. Similarly for "efabcd" - "ef" == "abcdef" - "ef". Steve _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/UGRD4QCDGRPOOCDMLPZ7EXWJFKM22AGO/ Code of Conduct: http://python.org/psf/codeofconduct/
