fixing map(None, [1,2,3]) ?

Mike Coleman mkc at mathdogs.com
Mon Mar 26 17:37:21 EST 2001


Shouldn't "map(None, [1,2,3])" return "[(1,), (2,), (3,)]"?

Is there any hope that this could be fixed?

--Mike

-- 
Mike Coleman, mkc at mathdogs.com
  http://www.mathdogs.com -- problem solving, expert software development



More information about the Python-list mailing list