Python 3.9 adds `removeprefix` to the stdlib, rath...
# development
h
Python 3.9 adds
removeprefix
to the stdlib, rather than
stripprefix
, via PEP 616: https://www.python.org/dev/peps/pep-0616/#alternative-method-names Any opposition to
RemovePrefix
instead of
StripPrefix
? I think I prefer “strip” to “remove”, but I prefer parity with the stdlib even more.