Guido van Rossum <[EMAIL PROTECTED]> added the comment: Looking at the flatten() example I'm curious -- how come the output of
>>> flatten(L) is displayed as a list rather than as <generator at xxxxxx> ? Also, do I understand correctly that yield *(1, 2, 3) is equivalent to yield 1 yield 2 yield 3 ? (That's really cool.) __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2292> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com