Benjamin Peterson <benja...@python.org> added the comment: 2009/10/27 Florian Mayer <rep...@bugs.python.org>: > > Florian Mayer <florma...@aim.com> 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 <rep...@bugs.python.org> <http://bugs.python.org/issue7203> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com