Does anyone know if any linters find and warn about the `string += word` in
a loop pattern? It feels like a linter would be the place to do that.  I
don't think we could possibly make it an actual interpreter warning given
borderline OK uses (or possibly even preferred ones).  But a little nagging
in tooling could draw attention.



-- 
Keeping medicines from the bloodstreams of the sick; food
from the bellies of the hungry; books from the hands of the
uneducated; technology from the underdeveloped; and putting
advocates of freedom in prisons.  Intellectual property is
to the 21st century what the slave trade was to the 16th.
_______________________________________________
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/BQHEM3BSKSVBHYTYJIYMQJ5GREXXRM4F/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to