Steven D'Aprano wrote:
The only risk here is if your refactoring does something silly, such as reusing a variable which overrides assignment:
What if the variable is bound inside a loop? Does that count as silly? -- 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/PAEXSH6FXNY5NBWWM72V64SDRIYS4AIV/ Code of Conduct: http://python.org/psf/codeofconduct/
