Re: [Python-Dev] A function for Find-Replace in lists

2015-12-09 Thread Andrew Barnert via Python-Dev
On Dec 9, 2015, at 03:43, טל ח wrote: > > Hi, > > I think it could be helpful for everyone if the function proposed by user > "SomethingSomething" can be added as built-in > in Python Why? When he was asked what use it might have, he didn't have an answer. Also, notice that the answer he prov

Re: [Python-Dev] A function for Find-Replace in lists

2015-12-09 Thread Terry Reedy
On 12/9/2015 6:43 AM, טל ח wrote: I think it could be helpful for everyone if the function proposed by user "SomethingSomething" can be added as built-in in Python See both question by "SomethingSomething" and answer to himself with implementation.. http://stackoverflow.com/questions/34174643/

[Python-Dev] A function for Find-Replace in lists

2015-12-09 Thread טל ח
Hi,I think it could be helpful for everyone if the function proposed by user "SomethingSomething" can be added as built-in in PythonSee both question by "SomethingSomething" and answer to himself with implementation..http://stackoverflow.com/questions/34174643/python-find-replace-on-listsThanks