
28 Mar
2020
28 Mar
'20
1:04 a.m.
PEP 616 -- String methods to remove prefixes and suffixes is available here: https://www.python.org/dev/peps/pep-0616/
Changes: - Only accept single affixes, not tuples - Make the specification more concise - Make fewer stylistic prescriptions for usage - Fix typos
A reference implementation GitHub PR is up to date here: https://github.com/python/cpython/pull/18939
Are there any more comments for it before submission?