Raymond Hettinger added the comment:

Thanks Stephan.  I'm going to close this one.  The case for adding it is too 
weak and isn't worth making the API more complex.

If someone wants a default with an iterable of arbitrary size including zero, 
there are already a number of ways to do it (using itertools.chain for example 
or just catching the exception).

----------
resolution:  -> rejected
status: open -> closed

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

Reply via email to