[issue39939] PEP 616: Add str.removeprefix and str.removesuffix methods

STINNER Victor report at bugs.python.org
Wed Apr 22 17:16:57 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Well done Dennis Sweeney! You got a PEP approved and now the implementation is merged!

Maybe the documentation will need more reviews, but that can be done later. 

I prefer to get the implementation merged as soon as possible (it will likely be part of the next 3.9.0a6), so more users can play with it before 3.9.0 final release.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
title: PEP 616: Add str methods to remove prefix or suffix -> PEP 616: Add str.removeprefix and str.removesuffix methods

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39939>
_______________________________________


More information about the Python-bugs-list mailing list