Antoine Pitrou added the comment: > Small bikeshed on the name: I think 'unpack_iter' would be more > consistent with what is already there, e.g. 'unpack' and 'unpack_from'. > In fact, when experimenting with this patch I found myself typing > 'unpack_iter' several times.
I thought so, but "unpack_iter" would mean we are unpacking an iterator, while we are unpacking *as* an iterator (like iterkeys() and friends in Python 2). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue17804> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
