Anders Hovmöller wrote:
On 26 Jun 2019, at 16:46, Chris Angelico <[email protected]> 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 -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/4SD63RFWWIZ3FBW6TIH432M3T75NJMVA/
Code of Conduct: http://python.org/psf/codeofconduct/