Benjamin Peterson <[email protected]> added the comment: 2009/10/27 Florian Mayer <[email protected]>: > > Florian Mayer <[email protected]> added the comment: > > At least converting > > map(None, a, b, ...) > > to > > map(lambda *xs: xs, a, b, ...)
Well, since that's not always correct, we should not translate to it. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue7203> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
