Raymond Hettinger <[email protected]> added the comment:
After more thought, I'm no longer convinced this would be useful. Infinite is just a special case of "bigger or slower than convenient". In a way, min(count()) is no more interesting than min(range(1_000_000_000_000)) or min(slow_data_source()). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33939> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
