#31556: Remove useless (and inefficient) listcomp in the poll tutorial
--------------------------------------+------------------------------------
Reporter: Alexandre Poitevin | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 3.0
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by Simon Charette):
* stage: Unreviewed => Accepted
Comment:
The materialization of the list is not required as `str.join` accepts an
`Iterator[str]`.
`', '.join(q.question_text for q in latest_question_list)`
--
Ticket URL: <https://code.djangoproject.com/ticket/31556#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/074.53e431a8f43e86c7ff44f58dcccd6c74%40djangoproject.com.