Okay, maybe "useless" is a bit much, but the cases where _ would be most useful and those where you're likely to want to use iterators: you want to avoid processing a whole pile of data again. Also, the interface more or less has to make a choice between using iterators and lists, I think (at least for the "map python over this input data" case) - so either the default wouldn't work for large datasets, or _ wouldn't be useful.<br><div><br></div><div>Ed Kellett</div><br><div class="gmail_quote">On Sat Jan 17 2015 at 00:39:25 Ethan Furman <<a href="mailto:ethan@stoneleaf.us">ethan@stoneleaf.us</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 01/16/2015 02:00 PM, Ed Kellett wrote:<br>
><br>
> It's occurred to me that using a daemon for the purpose of `_` is almost useless. One of the things that's been<br>
> discussed is processing by iterators<br>
<br>
Just because '_' isn't useful in the iterator case doesn't mean it's also useless for other situations.<br>
<br>
--<br>
~Ethan~<br>
<br>
______________________________<u></u>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" target="_blank">https://mail.python.org/<u></u>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" target="_blank">http://python.org/psf/<u></u>codeofconduct/</a></blockquote></div>