Robert Collins added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17911>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to