Anders Hovmöller wrote:

On 26 Jun 2019, at 16:46, Chris Angelico <ros...@gmail.com> wrote:

it
violates programmer expectations *across many languages* regarding
refactoring.

isn't that potentially extremely different in C++ for example?

Yes, but it's pretty universal across languages with name-binding
semantics for assignment (Lisp, Ruby, Javascript etc.) that assigning
to a local name doesn't invoke any magic.

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/4SD63RFWWIZ3FBW6TIH432M3T75NJMVA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to