[Python-Dev] str.rreplace

Chris Angelico rosuav at gmail.com
Fri Jan 24 17:40:10 CET 2014


On Sat, Jan 25, 2014 at 3:38 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> On Fri, 24 Jan 2014 18:32:17 +0200
> Ram Rachum <ram at rachum.com> wrote:
>> Question: Why is there no str.rreplace in Python?
>
> What would it do?
> (also, I think such questions are better asked on python-ideas)

Or python-list. Chances are there's a way to do it already, which
would be of interest to other people who might be looking. But I've no
idea what semantics are expected. :)

ChrisA


More information about the Python-Dev mailing list