This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author samuelmarks
Recipients samuelmarks
Date 2020-12-21.01:39:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608514774.35.0.908581836458.issue42699@roundup.psfhosted.org>
In-reply-to
Content
This is an extremely minor improvement. Rather than create a `list`—using a comprehension—then have it consumed by `.join`, one can skip the list construction entirely.

(I remember this working from at least Python 2.7… probably earlier also)
History
Date User Action Args
2020-12-21 01:39:34samuelmarkssetrecipients: + samuelmarks
2020-12-21 01:39:34samuelmarkssetmessageid: <1608514774.35.0.908581836458.issue42699@roundup.psfhosted.org>
2020-12-21 01:39:34samuelmarkslinkissue42699 messages
2020-12-21 01:39:34samuelmarkscreate