[Patches] Proposal To Modifying Map Function in 1.6

Greg Stein gstein@lyra.org
Sat, 15 Apr 2000 10:35:15 -0700 (PDT)


On Fri, 14 Apr 2000, Skip Montanaro wrote:
> 
> Zaur wrote:
> > ... patch for map() change ...
> 
> ... another view on map() ...
> 
> Given the somewhat arbitrary nature of choosing any of these three rules,
> you might as well stay with the status quo to avoid code breakage in the
> code that relies on the current semantics.

There would be serious breakage should the definition of map() change.

Zaur: one way to do what you'd like:

    map(func, List, [arg]*len(List))


Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/