Problem of function calls from map()

Paul McGuire ptmcg at austin.rr._bogus_.com
Mon Aug 21 12:00:58 EDT 2006


>>tmp is the function that split will call once per list item

should be

tmp is the function that *map* will call once per list item

-- Paul





More information about the Python-list mailing list