Staging
v0.8.1
https://github.com/python/cpython
Revision a81849b0315277bb3937271174aaaa5059c0b445 authored by sweeneyde on 22 April 2020, 21:05:48 UTC, committed by GitHub on 22 April 2020, 21:05:48 UTC
Added str.removeprefix and str.removesuffix methods and corresponding
bytes, bytearray, and collections.UserString methods to remove affixes
from a string if present. See PEP 616 for a full description.
1 parent 39652cd
History
Tip revision: a81849b0315277bb3937271174aaaa5059c0b445 authored by sweeneyde on 22 April 2020, 21:05:48 UTC
bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)
Tip revision: a81849b
File Mode Size
Grammar -rw-r--r-- 9.6 KB
Tokens -rw-r--r-- 1.5 KB

back to top