--
Ticket URL: <https://code.djangoproject.com/ticket/32973>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => wontfix
* component: Uncategorized => Core (Other)
Comment:
A list comprehension is preferable here as `str.join()` converts to list
internally anyway. It is better performance to provide a list up front.
- https://stackoverflow.com/questions/9060653/list-comprehension-without-
in-python/9061024#9061024
- https://github.com/adamchainz/flake8-comprehensions/issues/156
--
Ticket URL: <https://code.djangoproject.com/ticket/32973#comment:1>