[Python-ideas] Revisiting str.rreplace()

Eric Fahlgren ericfahlgren at gmail.com
Thu Jul 19 09:47:06 EDT 2018


On Wed, Jul 18, 2018 at 8:20 PM Graham Gott <graham.gott.software at gmail.com>
wrote:

>
> Thoughts? Support/oppose?
>

​
+1, along with an overall rework of str methods to make them more
consistent.

The find, replace and split families should all gain the same
tuple-as-search-string that endswith and startswith use.  (Discussed in the
last year, I'm too lazy to look up references...)

​
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180719/1398a74d/attachment.html>


More information about the Python-ideas mailing list