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 rbcollins
Recipients adaptivelogic, eric.snow, gvanrossum, martius, ncoghlan, pitrou, rbcollins, rhettinger, vstinner, yselivanov
Date 2015-01-26.20:44:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422305075.74.0.275844945976.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
The generator thing: the code was refactoring not so long ago to be generator based internally with lists as a UI shim. I don't think there is a major advantage either way. Less buffering on one hand. Less convenient in some cases on the other. Simple use like ''.join(foo.format()) is going to be unaffected.
History
Date User Action Args
2015-01-26 20:44:35rbcollinssetrecipients: + rbcollins, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, eric.snow, yselivanov, adaptivelogic, martius
2015-01-26 20:44:35rbcollinssetmessageid: <1422305075.74.0.275844945976.issue17911@psf.upfronthosting.co.za>
2015-01-26 20:44:35rbcollinslinkissue17911 messages
2015-01-26 20:44:35rbcollinscreate